Mercurial > hg > octave-nkf
diff scripts/general/bicubic.m @ 6653:673686daec87
[project @ 2007-05-22 15:36:09 by jwe]
author | jwe |
---|---|
date | Tue, 22 May 2007 15:36:10 +0000 |
parents | 2110cc251779 |
children | b2391d403ed2 |
line wrap: on
line diff
--- a/scripts/general/bicubic.m +++ b/scripts/general/bicubic.m @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{zi}=} bicubic (@var{x}, @var{y}, @var{z}, @var{xi}, @var{yi}) ## -## Return a matrix @var{zi} corresponding to the the bicubic +## Return a matrix @var{zi} corresponding to the bicubic ## interpolations at @var{xi} and @var{yi} of the data supplied ## as @var{x}, @var{y} and @var{z}. ##