Mercurial > hg > octave-nkf
diff scripts/plot/meshdom.m @ 2710:a52bd8a035a2
[project @ 1997-02-21 19:39:52 by jwe]
author | jwe |
---|---|
date | Fri, 21 Feb 1997 19:40:01 +0000 |
parents | b5568c31ee2c |
children | 8b262e771614 |
line wrap: on
line diff
--- a/scripts/plot/meshdom.m +++ b/scripts/plot/meshdom.m @@ -19,13 +19,8 @@ ## usage: [xx, yy] = meshdom (x, y) ## -## Given vectors of x and y coordinates, return two matrices -## corresponding to the x and y coordinates of the mesh. -## -## See the file sombrero.m for an example of using mesh and meshdom. -## -## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour, -## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title +## Note: this function is provided for compatibility with older versions +## of Matlab. You should use meshgrid() instead. ## Author: jwe