Mercurial > hg > octave-nkf
comparison scripts/general/interpn.m @ 20000:ca7599ae464d
doc: Grammarcheck documentation ahead of 4.0 release.
* plot.txi, data.cc, graphics.cc, ordschur.cc, __ilu__.cc, __osmesa_print__.cc,
audiodevinfo.cc, soundsc.m, interp2.m, interp3.m, interpn.m, annotation.m,
zoom.m: Grammarcheck documentation ahead of 4.0 release.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 20 Feb 2015 14:26:36 -0800 |
parents | 4197fc428c7d |
children | 9fc020886ae9 |
comparison
equal
deleted
inserted
replaced
19999:f6836e4b1cb5 | 20000:ca7599ae464d |
---|---|
60 ## throughout the curve. | 60 ## throughout the curve. |
61 ## @end table | 61 ## @end table |
62 ## | 62 ## |
63 ## The default method is @qcode{"linear"}. | 63 ## The default method is @qcode{"linear"}. |
64 ## | 64 ## |
65 ## @var{extrapval} is a scalar number. It replaces values beyond the endpoints | 65 ## @var{extrapval} is a scalar number. It replaces values beyond the endpoints |
66 ## with @var{extrapval}. Note that if @var{extrapval} is used, @var{method} | 66 ## with @var{extrapval}. Note that if @var{extrapval} is used, @var{method} |
67 ## must be specified as well. If @var{extrapval} is omitted and the | 67 ## must be specified as well. If @var{extrapval} is omitted and the |
68 ## @var{method} is @qcode{"spline"}, then the extrapolated values of the | 68 ## @var{method} is @qcode{"spline"}, then the extrapolated values of the |
69 ## @qcode{"spline"} are used. Otherwise the default @var{extrapval} value for | 69 ## @qcode{"spline"} are used. Otherwise the default @var{extrapval} value for |
70 ## any other @var{method} is @qcode{"NA"}. | 70 ## any other @var{method} is @qcode{"NA"}. |