Mercurial > hg > octave-lyh
diff scripts/geometry/trimesh.m @ 12187:87926ee23581
Add undocumented function trisurf to manual.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 27 Jan 2011 19:12:31 -0800 |
parents | c792872f8942 |
children |
line wrap: on
line diff
--- a/scripts/geometry/trimesh.m +++ b/scripts/geometry/trimesh.m @@ -23,8 +23,8 @@ ## 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} +## handle of the plot. +## @seealso{triplot, trisurf, delaunay3} ## @end deftypefn function h = trimesh (tri, x, y, z, varargin)