Mercurial > hg > octave-max
comparison scripts/plot/fplot.m @ 14335:ce2b59a6d0e5
maint: periodic merge of stable to default.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 05 Feb 2012 15:32:24 -0800 |
parents | 4506eade9f04 4d917a6a858b |
children | 5d3a684236b0 |
comparison
equal
deleted
inserted
replaced
14333:6dd710b73150 | 14335:ce2b59a6d0e5 |
---|---|
31 ## number points to use in the plot. The @var{fmt} argument is passed | 31 ## number points to use in the plot. The @var{fmt} argument is passed |
32 ## to the plot command. | 32 ## to the plot command. |
33 ## | 33 ## |
34 ## @example | 34 ## @example |
35 ## @group | 35 ## @group |
36 ## fplot ("cos", [0, 2*pi]) | 36 ## fplot ("cos", [0, 2*pi]) |
37 ## fplot ("[cos(x), sin(x)]", [0, 2*pi]) | 37 ## fplot ("[cos(x), sin(x)]", [0, 2*pi]) |
38 ## @end group | 38 ## @end group |
39 ## @end example | 39 ## @end example |
40 ## @seealso{plot} | 40 ## @seealso{plot} |
41 ## @end deftypefn | 41 ## @end deftypefn |
42 | 42 |