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

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

polarplot(1:10)
rticks([0 5 10])

%%
rticks('auto')