Mercurial > hg > octave-nkf
diff scripts/general/interp1.m @ 9070:e9dc2ed2ec0f
Cleanup documentation for poly.texi, interp.texi, geometry.texi
Grammarcheck input .txi files
Spellcheck .texi files
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 29 Mar 2009 10:22:56 -0700 |
parents | 1bf0ce0930be |
children | 4219e5cf773d |
line wrap: on
line diff
--- a/scripts/general/interp1.m +++ b/scripts/general/interp1.m @@ -31,13 +31,13 @@ ## ## @table @asis ## @item 'nearest' -## Return the nearest neighbour. +## Return the nearest neighbor. ## @item 'linear' -## Linear interpolation from nearest neighbours +## Linear interpolation from nearest neighbors ## @item 'pchip' ## Piece-wise cubic hermite interpolating polynomial ## @item 'cubic' -## Cubic interpolation from four nearest neighbours +## Cubic interpolation from four nearest neighbors ## @item 'spline' ## Cubic spline interpolation--smooth first and second derivatives ## throughout the curve