Home > freetb4matlab > geometry > trisurf.m

trisurf

PURPOSE ^

% Plot a triangular surface in 3D. The variable @var{tri} is the triangular

SYNOPSIS ^

function h = trisurf (tri, x, y, z, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} trisurf (@var{tri}, @var{x}, @var{y}, @var{z})
% @deftypefnx {Function File} {@var{h} =} trisurf (@dots{})
% Plot a triangular surface in 3D.  The variable @var{tri} is the triangular
% meshing of the points @code{(@var{x}, @var{y})} which is returned 
% from @code{delaunay}.  The variable @var{z} is value at the point 
% @code{(@var{x}, @var{y})}.  The output argument @var{h} is the graphic 
% handle to the plot.
% @seealso{triplot, delaunay3}
% @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