Home > freetb4matlab > general > bicubic.m

bicubic

PURPOSE ^

%

SYNOPSIS ^

function F = bicubic (X, Y, Z, XI, YI, extrapval, spline_alpha)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{zi} =} bicubic (@var{x}, @var{y}, @var{z}, @var{xi}, @var{yi}, @var{extrapval})
%
% 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}.  Points outside the grid are set
% to @var{extrapval}.
%
% See @url{http://wiki.woodpecker.org.cn/moin/Octave/Bicubic}
% for further information.
% @seealso{interp2}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003