Main Content

spterms

Explain spline terms

Syntax

spterms(term)
expl = spterms(term)
[...,term] = spterms(...)

Description

spterms(term) provides, in a message box, an explanation of the technical term indicated by the character vector or string scalar term as used in the Curve Fitting Toolbox™ spline functions and, specifically, in the 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.

Examples

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.

See Also