Home > freetb4matlab > plot > surf.m

surf

PURPOSE ^

% Plot a surface given matrices @var{x}, and @var{y} from @code{meshgrid} and

SYNOPSIS ^

function retval = surf (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} surf (@var{x}, @var{y}, @var{z})
% Plot a surface given matrices @var{x}, and @var{y} from @code{meshgrid} and
% a matrix @var{z} corresponding to the @var{x} and @var{y} coordinates of
% the mesh.  If @var{x} and @var{y} are vectors, then a typical vertex
% is (@var{x}(j), @var{y}(i), @var{z}(i,j)).  Thus, columns of @var{z}
% correspond to different @var{x} values and rows of @var{z} correspond
% to different @var{y} values.
% @seealso{mesh, surface}
% @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