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

    %% Query Current Angle for r-Axis Tick Labels
% Create a polar plot. Then, query the rotation angle for the _r_-axis tick
% labels. By default, the labels are not rotated.

polarplot(1:100)

%%
ang = rtickangle