Mercurial > hg > octave-lyh
comparison scripts/plot/mesh.m @ 11575:d6619410e79c
Spellcheck documentation before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 21:16:13 -0800 |
parents | 3c6e8aaa9555 |
children | 5f0bb45e615c |
comparison
equal
deleted
inserted
replaced
11574:a83bad07f7e3 | 11575:d6619410e79c |
---|---|
27 ## the mesh. If @var{x} and @var{y} are vectors, then a typical vertex | 27 ## the mesh. If @var{x} and @var{y} are vectors, then a typical vertex |
28 ## is (@var{x}(j), @var{y}(i), @var{z}(i,j)). Thus, columns of @var{z} | 28 ## is (@var{x}(j), @var{y}(i), @var{z}(i,j)). Thus, columns of @var{z} |
29 ## correspond to different @var{x} values and rows of @var{z} correspond | 29 ## correspond to different @var{x} values and rows of @var{z} correspond |
30 ## to different @var{y} values. | 30 ## to different @var{y} values. |
31 ## | 31 ## |
32 ## The color of the mesh is derirved from the @code{colormap} | 32 ## The color of the mesh is derived from the @code{colormap} |
33 ## and the value of @var{z}. Optionally the color of the mesh can be | 33 ## and the value of @var{z}. Optionally the color of the mesh can be |
34 ## specified independent of @var{z}, by adding a fourth matrix, @var{c}. | 34 ## specified independent of @var{z}, by adding a fourth matrix, @var{c}. |
35 ## @seealso{colormap, contour, meshgrid, surf} | 35 ## @seealso{colormap, contour, meshgrid, surf} |
36 ## @end deftypefn | 36 ## @end deftypefn |
37 | 37 |