comparison scripts/general/interp2.m @ 12255:ad70f6cf1268 release-3-4-x

Correct en-dash,em-dash instances in docstrings. Add a few more operators to operator index.
author Rik <octave@nomad.inbox5.com>
date Wed, 26 Jan 2011 20:51:20 -0800
parents b0084095098e
children ab17591254fc
comparison
equal deleted inserted replaced
12254:23385f2c90b7 12255:ad70f6cf1268
63 ## 63 ##
64 ## @item 'cubic' 64 ## @item 'cubic'
65 ## Cubic interpolation from four nearest neighbors. 65 ## Cubic interpolation from four nearest neighbors.
66 ## 66 ##
67 ## @item 'spline' 67 ## @item 'spline'
68 ## Cubic spline interpolation--smooth first and second derivatives 68 ## Cubic spline interpolation---smooth first and second derivatives
69 ## throughout the curve. 69 ## throughout the curve.
70 ## @end table 70 ## @end table
71 ## 71 ##
72 ## If a scalar value @var{extrapval} is defined as the final value, then 72 ## If a scalar value @var{extrapval} is defined as the final value, then
73 ## values outside the mesh as set to this value. Note that in this case 73 ## values outside the mesh as set to this value. Note that in this case