Mercurial > hg > octave-nkf
diff scripts/plot/meshgrid.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | e81543fdbe01 |
children | 34cda7d94c08 |
line wrap: on
line diff
--- a/scripts/plot/meshgrid.m +++ b/scripts/plot/meshgrid.m @@ -28,9 +28,8 @@ ## of a mesh. The rows of @var{xx} are copies of @var{x}, and the ## columns of @var{yy} are copies of @var{y}. If @var{y} is omitted, ## then it is assumed to be the same as @var{x}. +## @seealso{mesh, contour} ## @end deftypefn -## -## @seealso{mesh, contour} ## Author: jwe