Home > freetb4matlab > geometry > triplot.m

triplot

PURPOSE ^

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

SYNOPSIS ^

function h = triplot (tri, x, y, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} triplot (@var{tri}, @var{x}, @var{y})
% @deftypefnx {Function File} {} triplot (@var{tri}, @var{x}, @var{y}, @var{linespec})
% @deftypefnx {Function File} {@var{h} =} triplot (@dots{})
% Plot a triangular mesh in 2D.  The variable @var{tri} is the triangular
% meshing of the points @code{(@var{x}, @var{y})} which is returned from
% @code{delaunay}.  If given, the @var{linespec} determines the properties
% to use for the lines.  The output argument @var{h} is the graphic handle
% to the plot.
% @seealso{plot, trimesh, delaunay}
% @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