Extract the components of a piecewise polynomial structure pp.
The components are:
Sample points.
Polynomial coefficients for points in sample interval.
p (i, :)
contains the coefficients for the polynomial
over interval i ordered from highest to lowest. If
d > 1
, p (r, i, :)
contains the
coefficients for the r-th polynomial defined on interval i.
Number of polynomial pieces.
Order of the polynomial plus 1.
Number of polynomials defined for each interval.
See also: mkpp, ppval, spline, pchip.
Package: octave