comparison 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
comparison
equal deleted inserted replaced
6652:f92a2b56fd70 6653:673686daec87
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {@var{zi}=} bicubic (@var{x}, @var{y}, @var{z}, @var{xi}, @var{yi}) 21 ## @deftypefn {Function File} {@var{zi}=} bicubic (@var{x}, @var{y}, @var{z}, @var{xi}, @var{yi})
22 ## 22 ##
23 ## Return a matrix @var{zi} corresponding to the the bicubic 23 ## Return a matrix @var{zi} corresponding to the bicubic
24 ## interpolations at @var{xi} and @var{yi} of the data supplied 24 ## interpolations at @var{xi} and @var{yi} of the data supplied
25 ## as @var{x}, @var{y} and @var{z}. 25 ## as @var{x}, @var{y} and @var{z}.
26 ## 26 ##
27 ## For further information please see bicubic.pdf available at 27 ## For further information please see bicubic.pdf available at
28 ## @url{http://wiki.woodpecker.org.cn/moin/Octave/Bicubic} 28 ## @url{http://wiki.woodpecker.org.cn/moin/Octave/Bicubic}