diff scripts/geometry/trimesh.m @ 12267:8ef6a4373310 release-3-4-x

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	Thu Jan 27 18:46:33 2011 -0500
+++ b/scripts/geometry/trimesh.m	Thu Jan 27 19:12:31 2011 -0800
@@ -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)