Mercurial > hg > octave-nkf
diff scripts/general/interp2.m @ 11536:702dbd0c53f5
Add undocumented ppder, ppint, ppjumps functions to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 14 Jan 2011 15:55:45 -0800 |
parents | fd0a3ac60b0e |
children | c792872f8942 |
line wrap: on
line diff
--- a/scripts/general/interp2.m +++ b/scripts/general/interp2.m @@ -59,7 +59,7 @@ ## Linear interpolation from nearest neighbors. ## ## @item 'pchip' -## Piece-wise cubic Hermite interpolating polynomial. +## Piecewise cubic Hermite interpolating polynomial. ## ## @item 'cubic' ## Cubic interpolation from four nearest neighbors.