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

    %% Specify _r_-Axis Tick Values for Specific Polar Axes
% Create polar axes and return the polar axes object |pax|. Ensure that
% |rticks| affects the polar axes you just created by passing |pax| as the
% first input argument to the function.

pax = polaraxes;
rticks(pax,[0 .5 1])