Any chance to add some other interpolation methods (cubic, spline, nearest, ...) to be more compatible with interp1 and griddedInterpolant? The only linear interpolation method is supported, which is a bit limited. I understand that addition of other interpolation method support is not easy task, but in some cases (especially in evaluating the query points one by one (in a for-loop) regime) are other methods very important, too.
Any chance to add some other interpolation methods (cubic, spline, nearest, ...) to be more compatible with interp1 and griddedInterpolant? The only linear interpolation method is supported, which is a bit limited. I understand that addition of other interpolation method support is not easy task, but in some cases (especially in evaluating the query points one by one (in a for-loop) regime) are other methods very important, too.