Mercurial > hg > octave-lyh
comparison scripts/plot/meshgrid.m @ 3439:3234a698073a
[project @ 2000-01-14 09:51:14 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jan 2000 09:52:35 +0000 |
parents | ae7adbb591e8 |
children | c73bea82af94 |
comparison
equal
deleted
inserted
replaced
3438:2e06c3941943 | 3439:3234a698073a |
---|---|
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {[@var{xx}, @var{yy}] =} meshgrid (@var{x}, @var{y}) | 21 ## @deftypefn {Function File} {[@var{xx}, @var{yy}] =} meshgrid (@var{x}, @var{y}) |
22 ## @deftypefnx {Function File {[@var{xx}, @var{yy}] =} meshgrid (@var{x}) | 22 ## @deftypefnx {Function File} {[@var{xx}, @var{yy}] =} meshgrid (@var{x}) |
23 ## Given vectors of @var{x} and @var{y} coordinates, return two matrices corresponding | 23 ## Given vectors of @var{x} and @var{y} coordinates, return two matrices corresponding |
24 ## to the @var{x} and @var{y} coordinates of a mesh. The rows of @var{xx} are copies of @var{x}, | 24 ## to the @var{x} and @var{y} coordinates of a mesh. The rows of @var{xx} are copies of @var{x}, |
25 ## and the columns of @var{yy} are copies of @var{y}. | 25 ## and the columns of @var{yy} are copies of @var{y}. |
26 ## @end deftypefn | 26 ## @end deftypefn |
27 ## @seealso{sombrero, plot, semilogx, semilogy, loglog, polar, mesh, meshdom, contour, | 27 ## @seealso{sombrero, plot, semilogx, semilogy, loglog, polar, mesh, meshdom, contour, |