Rose
Create angle histogram, a polar plot showing the distribution of values grouped according to numeric range.
Plotted Variables
theta) -- distribute angles into 20 groups covering the range [0 2*pi]. The vector theta contains angles (in radians).
The length of each group indicates the number of elements in theta that fall within that group of angles.
theta,x) -- distribute the elements in theta into length(x) groups centered on the axis at the elements in x. x can also be a scalar, which specifies the number of equally spaced groups.
More Information
See the rose reference page for more information.