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

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

pax = polaraxes;
thetaticks(pax,0:45:360)