unmkpp
Extract piecewise polynomial details
提取分段多项式细节
Syntax
[breaks,coefs,L,order,dim] = unmkpp(pp)
Unwrap Piecewise Polynomial Information
Create a piecewise polynomial structure for the polynomial on the interval [0 3], and then extract the information from the fields of the structure.
pp = mkpp([0 3],[1 1 1])
[breaks,coefs,L,order,dim] = unmkpp(pp)
Input Arguments
pp
— Piecewise polynomial
structure
Piecewise polynomial, specified as a structure. You can create pp
using