www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/CreateHistogramChartInPolarCoordinatesExample.m

    %% Create Histogram Chart in Polar Coordinates
% Create a vector of values between 0 and $2\pi$. Create a histogram chart
% that shows the data sorted into six bins.

theta = [0.1 1.1 5.4 3.4 2.3 4.5 3.2 3.4 5.6 2.3 2.1 3.5 0.6 6.1];
polarhistogram(theta,6)