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

    %% Specify _r_-Axis Limits for Specific Polar Axes
% Set the limits for a specific polar axes by specifying the polar axes
% object as the first input to |rlim|. Otherwise, |rlim| sets the limits
% for the current axes.

pax = polaraxes;
rlim(pax,[0 5])