Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
3599:b8fa63b7ea79 | 3600:c11d138d654a |
---|---|
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} meshdom (@var{x}, @var{y}) | 21 ## @deftypefn {Function File} {} meshdom (@var{x}, @var{y}) |
22 ## Given vectors of @var{x} and @var{y} coordinates, return two matrices | 22 ## Given vectors of @var{x} and @var{y} coordinates, return two matrices |
23 ## corresponding to the @var{x} and @var{y} coordinates of the mesh. | 23 ## corresponding to the @var{x} and @var{y} coordinates of the mesh. |
24 ## | |
25 ## See the file @file{sombrero.m} for an example of using @code{mesh} and | |
26 ## @code{meshdom}. | |
27 ## | 24 ## |
28 ## Note: this function is provided for compatibility with older versions | 25 ## Note: this function is provided for compatibility with older versions |
29 ## of @sc{Matlab}. You should use @code{meshgrid} instead. | 26 ## of @sc{Matlab}. You should use @code{meshgrid} instead. |
30 ## @end deftypefn | 27 ## @end deftypefn |
31 | 28 |