Mercurial > hg > octave-lyh
comparison scripts/plot/rose.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 | 11949c9795a0 4d917a6a858b |
children | c2dbdeaa25df |
comparison
equal
deleted
inserted
replaced
14333:6dd710b73150 | 14335:ce2b59a6d0e5 |
---|---|
37 ## histogram, the polar vectors necessary to plot the histogram are | 37 ## histogram, the polar vectors necessary to plot the histogram are |
38 ## returned. | 38 ## returned. |
39 ## | 39 ## |
40 ## @example | 40 ## @example |
41 ## @group | 41 ## @group |
42 ## [r, t] = rose ([2*randn(1e5,1), pi + 2 * randn(1e5,1)]); | 42 ## [r, t] = rose ([2*randn(1e5,1), pi + 2*randn(1e5,1)]); |
43 ## polar (r, t); | 43 ## polar (r, t); |
44 ## @end group | 44 ## @end group |
45 ## @end example | 45 ## @end example |
46 ## | 46 ## |
47 ## @seealso{polar, compass, hist} | 47 ## @seealso{polar, compass, hist} |