Mercurial > hg > octave-nkf
diff scripts/general/interpn.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | f3c984d45dcb |
children | a4f482e66b65 |
line wrap: on
line diff
--- a/scripts/general/interpn.m +++ b/scripts/general/interpn.m @@ -44,10 +44,13 @@ ## @table @asis ## @item 'nearest' ## Return the nearest neighbor. +## ## @item 'linear' ## Linear interpolation from nearest neighbors. +## ## @item 'cubic' ## Cubic interpolation from four nearest neighbors (not implemented yet). +## ## @item 'spline' ## Cubic spline interpolation--smooth first and second derivatives ## throughout the curve.