feval
Evaluate a B-spline at the supplied points.
Declaration
values = feval(spline,t,options)
Parameters
splineBSpline instancetevaluation pointsoptions.Dderivative order to evaluate
Returns
valuesspline values with the same shape as the query input
Discussion
This is a thin wrapper around valueAtPoints(...).
values = feval(spline, tQuery);