Mercurial > hg > octave-lyh
comparison scripts/plot/contourc.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | dbd0c77e575e |
children | 09da0bd91412 |
comparison
equal
deleted
inserted
replaced
9044:656ad518f385 | 9051:1bf0ce0930be |
---|---|
24 ## The return value @var{lev} is a vector of the contour levels. | 24 ## The return value @var{lev} is a vector of the contour levels. |
25 ## The return value @var{c} is a 2 by @var{n} matrix containing the | 25 ## The return value @var{c} is a 2 by @var{n} matrix containing the |
26 ## contour lines in the following format | 26 ## contour lines in the following format |
27 ## | 27 ## |
28 ## @example | 28 ## @example |
29 ## @group | |
29 ## @var{c} = [lev1, x1, x2, @dots{}, levn, x1, x2, @dots{} | 30 ## @var{c} = [lev1, x1, x2, @dots{}, levn, x1, x2, @dots{} |
30 ## len1, y1, y2, @dots{}, lenn, y1, y2, @dots{}] | 31 ## len1, y1, y2, @dots{}, lenn, y1, y2, @dots{}] |
32 ## @end group | |
31 ## @end example | 33 ## @end example |
32 ## | 34 ## |
33 ## @noindent | 35 ## @noindent |
34 ## in which contour line @var{n} has a level (height) of @var{levn} and | 36 ## in which contour line @var{n} has a level (height) of @var{levn} and |
35 ## length of @var{lenn}. | 37 ## length of @var{lenn}. |