comparison 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
comparison
equal deleted inserted replaced
9069:634274aaa183 9070:e9dc2ed2ec0f
29 ## 29 ##
30 ## Method is one of: 30 ## Method is one of:
31 ## 31 ##
32 ## @table @asis 32 ## @table @asis
33 ## @item 'nearest' 33 ## @item 'nearest'
34 ## Return the nearest neighbour. 34 ## Return the nearest neighbor.
35 ## @item 'linear' 35 ## @item 'linear'
36 ## Linear interpolation from nearest neighbours 36 ## Linear interpolation from nearest neighbors
37 ## @item 'pchip' 37 ## @item 'pchip'
38 ## Piece-wise cubic hermite interpolating polynomial 38 ## Piece-wise cubic hermite interpolating polynomial
39 ## @item 'cubic' 39 ## @item 'cubic'
40 ## Cubic interpolation from four nearest neighbours 40 ## Cubic interpolation from four nearest neighbors
41 ## @item 'spline' 41 ## @item 'spline'
42 ## Cubic spline interpolation--smooth first and second derivatives 42 ## Cubic spline interpolation--smooth first and second derivatives
43 ## throughout the curve 43 ## throughout the curve
44 ## @end table 44 ## @end table
45 ## 45 ##