Mercurial > hg > octave-nkf
diff scripts/general/interpn.m @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | ebf96cc00ee9 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/general/interpn.m +++ b/scripts/general/interpn.m @@ -34,9 +34,9 @@ ## similar format to @var{x1}, etc, and they represent the points at which ## the array @var{vi} is interpolated. ## -## If @var{x1}, @dots{}, @var{xn} are ommitted, they are assumed to be +## If @var{x1}, @dots{}, @var{xn} are omitted, they are assumed to be ## @code{x1 = 1 : size (@var{v}, 1)}, etc. If @var{m} is specified, then -## the interpolation adds a point half way between each of the interplation +## the interpolation adds a point half way between each of the interpolation ## points. This process is performed @var{m} times. If only @var{v} is ## specified, then @var{m} is assumed to be @code{1}. ##