fromGriddedValues
Create an interpolating spline from values on a rectilinear grid.
Declaration
self = fromGriddedValues(gridVectors,values,options)
Parameters
gridVectorsnumeric vector in 1-D or cell array of grid vectors in higher dimensionsvaluesarray of sampled values on the supplied gridoptions.Sspline degree scalar or vector with one entry per dimension
Returns
selfInterpolatingSpline instance
Discussion
Use this factory for ordinary interpolation from gridded samples. It validates the gridded input, builds the knot sequence, normalizes the values, solves for the interpolation coefficients, and then delegates to the cheap constructor.