Main Content
fnxtr
Extrapolate spline
Description
returns a spline of order pp
= fnxtr(f
,order
)order
that extrapolates the spline
f
. pp
equals f
on its basic
interval, but pp
is a polynomial of the given order outside that
interval. pp
satisfies at least order
smoothness
conditions at the ends of the basic interval of f
, that is, at the new
breaks. It is most useful to use a positive value of order
that is
smaller than the order of f
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006a