Mercurial > hg > octave-lyh
diff scripts/general/interp3.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 | 923c7cb7f13f |
line wrap: on
line diff
--- a/scripts/general/interp3.m +++ b/scripts/general/interp3.m @@ -43,11 +43,11 @@ ## ## @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 'cubic' -## Cubic interpolation from four nearest neighbours (not implemented yet). +## Cubic interpolation from four nearest neighbors (not implemented yet). ## @item 'spline' ## Cubic spline interpolation--smooth first and second derivatives ## throughout the curve.