Set or query theta-axis limits for polar axes
thetalim('auto')
lets MATLAB® choose
the theta-axis limits. This command sets the ThetaLimMode
property
for the polar axes object to 'auto'
.
thetalim('manual')
prevents the limits
from changing automatically. This command sets the ThetaLimMode
property
for the polar axes object to 'manual'
.