rose
Polar histogram (rose plot).
Syntax
Section titled “Syntax”h = rose(theta, ...)[t, r] = rose(theta, ...)Description
Section titled “Description”Bins angular data theta and draws a polar bar chart. With output arguments, returns the bin centers and counts instead of plotting.
Example
Section titled “Example”rose(angle(complex_data), 36)