MATLAB Function Reference Previous page   Next Page
unmkpp

Piecewise polynomial details

Syntax

Description

[breaks,coefs,l,k,d] = unmkpp(pp) extracts, from the piecewise polynomial pp, its breaks breaks, coefficients coefs, number of pieces l, order k, and dimension d of its target. Create pp using spline or the spline utility mkpp.

Examples

This example creates a description of the quadratic polynomial

as a piecewise polynomial pp, then extracts the details of that description.

See Also

mkpp, ppval, spline


Previous page  unix untar Next page

© 1994-2005 The MathWorks, Inc.