Mercurial > hg > octave-lyh
diff scripts/general/interp1.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 | c44c786f87ba |
children | a4f482e66b65 |
line wrap: on
line diff
--- a/scripts/general/interp1.m +++ b/scripts/general/interp1.m @@ -35,12 +35,16 @@ ## @table @asis ## @item 'nearest' ## Return the nearest neighbor. +## ## @item 'linear' ## Linear interpolation from nearest neighbors +## ## @item 'pchip' ## Piece-wise cubic hermite interpolating polynomial +## ## @item 'cubic' ## Cubic interpolation from four nearest neighbors +## ## @item 'spline' ## Cubic spline interpolation--smooth first and second derivatives ## throughout the curve