| Spline Toolbox | Search  Help Desk |
help splines.
For ease of use, most functions have default arguments. In the reference entry under Syntax, we first list the function with all necessary input arguments and then with all possible input arguments. The functions can be used with any number of arguments between these extremes, the rule being that if you want to specify an optional argument, you must also specify all other optional arguments (if any) to the left of it in the argument list. The rest are given default values, as specified in the manual.
As always in MATLAB, only the output arguments explicitly specified are returned to the user.
The naming convention used is in part the result of discussions with Jörg Peters.
Commands Grouped By Subject
Operators |
evaluation of a function |
|
name and part(s) of a form |
|
arithmetic with functions |
|
convert to specified form |
|
derivative of a function |
|
integral of a function |
|
jumps, i.e., f(x+) - f(x-) |
|
display a function |
|
Insert additional points into the partition for f |
|
cubic spline interpolation |
|
cubic spline interpolation with end conditions |
|
cubic smoothing spline |
|
interpolating cubic spline curve |
|
interactive creation of a cubic spline curve |
|
some help |
|
make a pp |
|
evaluate function in ppform, possibly continuous from the left |
|
some help |
|
make a spline |
|
generate a spline curve |
|
spline interpolation |
|
spline approximation |
|
smoothing spline |
|
collocation matrix |
|
augment a break or knot sequence |
|
provide knot averages |
|
breaks with multiplicities into knots |
|
From knots to breaks and their multiplicities |
|
knot multiplicities |
|
locate one sequence within another |
|
provide better(?) break sequence |
|
provide 'optimal' knots |
|
solve almost block diagonal system |
|
take apart almost block diagonal matrix |
|
Franke's bivariate test function. |
|
positive part |
|
titanium heat data |
|
convert left of 0 from B to pp |
|
convert right of 0 from B to pp |