Mercurial > hg > octave-nkf
diff scripts/plot/meshgrid.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/meshgrid.m +++ b/scripts/plot/meshgrid.m @@ -25,6 +25,8 @@ ## ## [xx, yy] = meshgrid (x) is an abbreviation for [xx, yy] = meshgrid (x, x). ## +## See sombrero.m for an example of using meshgrid. +## ## See also: plot, semilogx, semilogy, loglog, polar, mesh, meshdom, contour, ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title