Home > freetb4matlab > geometry > griddatan.m

griddatan

PURPOSE ^

%

SYNOPSIS ^

function yi = griddatan (x, y, xi, method, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{yi} =} griddatan (@var{x}, @var{y}, @var{xi}, @var{method}, @var{options})
% 
% Generate a regular mesh from irregular data using interpolation.
% The function is defined by @code{@var{y} = f (@var{x})}.
% The interpolation points are all @var{xi}.  
%
% The interpolation method can be @code{'nearest'} or @code{'linear'}.
% If method is omitted it defaults to @code{'linear'}.
% @seealso{griddata, delaunayn}
% @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