comparison scripts/plot/contourc.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents be55736a0783
children a4f482e66b65
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
40 ## index of @var{z}. @var{vn} is either a scalar denoting the number of lines 40 ## index of @var{z}. @var{vn} is either a scalar denoting the number of lines
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 ## @example 46 ## @example
47 ## @group 47 ## @group
48 ## x = 0:2; 48 ## x = 0:2;
49 ## y = x; 49 ## y = x;
50 ## z = x' * y; 50 ## z = x' * y;