diff scripts/plot/meshdom.m @ 3600:c11d138d654a

[project @ 2000-02-24 03:55:32 by jwe]
author jwe
date Thu, 24 Feb 2000 03:55:33 +0000
parents f8dde1807dee
children 63c75bc3db82
line wrap: on
line diff
--- a/scripts/plot/meshdom.m
+++ b/scripts/plot/meshdom.m
@@ -22,9 +22,6 @@
 ## Given vectors of @var{x} and @var{y} coordinates, return two matrices
 ## corresponding to the @var{x} and @var{y} coordinates of the mesh.
 ##
-## See the file @file{sombrero.m} for an example of using @code{mesh} and
-## @code{meshdom}.
-##
 ## Note: this function is provided for compatibility with older versions
 ## of @sc{Matlab}.  You should use @code{meshgrid} instead.
 ## @end deftypefn