Home > freetb4matlab > plot > surfc.m

surfc

PURPOSE ^

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

SYNOPSIS ^

function h = surfc (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} surfc (@var{x}, @var{y}, @var{z})
% Plot a surface and contour 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{meshgrid, surf, contour}
% @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