comparison scripts/plot/contourc.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 693e22af08ae
children 1740012184f9
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
41 ## to compute or a vector containing the values of the lines. If only one 41 ## to compute or a vector containing the values of the lines. If only one
42 ## value is wanted, set @code{@var{vn} = [val, val]}; 42 ## value is wanted, set @code{@var{vn} = [val, val]};
43 ## If @var{vn} is omitted it defaults to 10. 43 ## If @var{vn} is omitted it defaults to 10.
44 ## 44 ##
45 ## For example: 45 ## For example:
46 ##
46 ## @example 47 ## @example
47 ## @group 48 ## @group
48 ## x = 0:2; 49 ## x = 0:2;
49 ## y = x; 50 ## y = x;
50 ## z = x' * y; 51 ## z = x' * y;