Create polar axes
polaraxes
creates the default polar axes in the current
figure.
polaraxes(
specifies
properties for the Name,Value
)PolarAxes
object using one
or more name-value pair arguments, for example,
'ThetaDir','clockwise'
. For a list of properties, see
PolarAxes Properties.
polaraxes(
creates the polar axes in the figure, panel, or tab specified by
parent
,___)parent
, instead of in the current figure. Use this option
alone or with name-value pair arguments.
returns
the pax
= polaraxes(___)PolarAxes
object created. Use
pax
to query and set properties of the PolarAxes
object after it is created. For a list
of properties, see PolarAxes Properties.