MATLAB Function Reference | ![]() ![]() |
Evaluate piecewise polynomial.
Syntax
v = ppval(pp,xx)
Description
v = ppval(pp,xx)
returns the value at the points xx
of the piecewise polynomial contained in pp
, as constructed by spline
(or the spline utility mkpp
).
See Also
![]() | pow2 | primes | ![]() |