Mercurial > hg > octave-lyh
comparison scripts/plot/ezmesh.m @ 14038:b0cdd60db5e5 stable
doc: Grammarcheck documentation ahead of 3.6.0 release.
* basics.txi, container.txi, contrib.txi, debug.txi, expr.txi, func.txi,
install.txi, io.txi, package.txi, polyarea.m, ezcontour.m, ezcontourf.m,
ezmesh.m, ezmeshc.m, ezplot.m, ezplot3.m, ezpolar.m, ezsurf.m, ezsurfc.m,
assert.m, amd.cc, chol.cc, colamd.cc, rand.cc: Grammarcheck documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 12 Dec 2011 21:01:27 -0800 |
parents | 5f0bb45e615c |
children | 22c50cbad2ce |
comparison
equal
deleted
inserted
replaced
14037:4228c102eca9 | 14038:b0cdd60db5e5 |
---|---|
23 ## @deftypefnx {Function File} {} ezmesh (@dots{}, @var{n}) | 23 ## @deftypefnx {Function File} {} ezmesh (@dots{}, @var{n}) |
24 ## @deftypefnx {Function File} {} ezmesh (@dots{}, 'circ') | 24 ## @deftypefnx {Function File} {} ezmesh (@dots{}, 'circ') |
25 ## @deftypefnx {Function File} {} ezmesh (@var{h}, @dots{}) | 25 ## @deftypefnx {Function File} {} ezmesh (@var{h}, @dots{}) |
26 ## @deftypefnx {Function File} {@var{h} =} ezmesh (@dots{}) | 26 ## @deftypefnx {Function File} {@var{h} =} ezmesh (@dots{}) |
27 ## | 27 ## |
28 ## Plots the mesh defined by a function. @var{f} is a string, inline | 28 ## Plot the mesh defined by a function. @var{f} is a string, inline |
29 ## function or function handle with two arguments defining the function. By | 29 ## function or function handle with two arguments defining the function. By |
30 ## default the plot is over the domain @code{-2*pi < @var{x} < 2*pi} and | 30 ## default the plot is over the domain @code{-2*pi < @var{x} < 2*pi} and |
31 ## @code{-2*pi < @var{y} < 2*pi} with 60 points in each dimension. | 31 ## @code{-2*pi < @var{y} < 2*pi} with 60 points in each dimension. |
32 ## | 32 ## |
33 ## If @var{dom} is a two element vector, it represents the minimum and maximum | 33 ## If @var{dom} is a two element vector, it represents the minimum and maximum |