Break points, returned as a vector of length L+1 with
strictly increasing elements that represent the start and end of each
of L intervals.
coefs — Polynomial coefficients matrix
Polynomial coefficients, returned as an L-by-k matrix
with each row coefs(i,:) containing the
local coefficients of an order k polynomial
on the ith interval, [breaks(i),breaks(i+1)].
L — Number of intervals scalar
Number of intervals, returned as a scalar.
order — Order of polynomials scalar
Order of polynomials, returned as a scalar.
dim — Dimension of target scalar | vector
Dimension of target, returned as a scalar or vector.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
Usage notes and limitations:
pp must be a valid piecewise polynomial
structure created by mkpp, spline,
or pchip in MATLAB® or by the code generator.
Code generation does not support pp structures
created by interp1 in MATLAB.