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

    %% Specify theta-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 |thetalim|. Otherwise, |thetalim| sets the
% limits for the current axes.

pax = polaraxes;
thetalim(pax,[0 180])