Mercurial > hg > octave-nkf
diff scripts/plot/meshdom.m @ 3368:a4cd1e9d9962
[project @ 1999-11-20 17:22:48 by jwe]
author | jwe |
---|---|
date | Sat, 20 Nov 1999 17:23:01 +0000 |
parents | 8b262e771614 |
children | f8dde1807dee |
line wrap: on
line diff
--- a/scripts/plot/meshdom.m +++ b/scripts/plot/meshdom.m @@ -17,10 +17,17 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: [xx, yy] = meshdom (x, y) +## -*- texinfo -*- +## @deftypefn {Function File} {} meshdom (@var{x}, @var{y}) +## 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 Matlab. You should use meshgrid() instead. +## of @sc{Matlab}. You should use @code{meshgrid} instead. +## @end deftypefn ## Author: jwe