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

    %% Set theta-Axis Tick Values Back to Default Values
% Create a polar plot and specify the _theta_-axis tick values. Then, set
% the _theta_-axis tick values back to the default values.

polarplot(1:10)
thetaticks([0 120 240])

%%
thetaticks('auto')