Explain spline terms
spterms(term)
expl = spterms(term)
[...,term] = spterms(...)
spterms(term)
provides, in a message box,
an explanation of the technical term indicated by the character vector
term
as used in the Curve Fitting
Toolbox™ spline functions and, specifically, in the GUI
splinetool
. Only the first few (but at least two) letters of
the desired term need to be specified, and the full term is shown in the title of
the message box.
expl = spterms(term)
returns, in
expl
, the character vector, or cell array of character
vectors, comprising the explanation of the desired term.
[...,term] = spterms(...)
also returns,
in term
, the fully spelled-out term actually used.
spterms('sp')
gives an explanation of the term `spline', while
spterms('spline i')
explains the terms `spline
interpolation'.
help spterms
provides the list of all available terms.