Plot specified object parameters on polar coordinates
plots the parameters lineseries
= polar(cktobj
,'parameter1',...,'parametern')parameter1
, ...
,
parametern
on polar plot for a circuit object
cktobj
.
The polar
function returns a column vector of handles to
lineseries
objects, one handle per element.
plots the specified parameters at the specified operating conditions on polar plot for a
circuit object, lineseries
= polar(cktobj
,'parameter1',...,'parametern',x-axis parameter
,x-axis format
,'condition1',value1,...,'conditionm',valuem
,'freq'
,freq,'pin'
,pin)cktobj
.
Note
For all circuit objects except those that contain data from a data file, you
must use the analyze
method to perform a frequency domain analysis before calling
polar
.
Use the function polarpattern
(Antenna Toolbox), or the MATLAB® function polarplot
to plot parameters that are
not part of a rfckt
or rfbudget
object, but
are specified as vector data.
If you do not specify any operating conditions as arguments to the
polar
method, then the method plots the parameter values based on the
currently selected operating condition.
If you specify one or more operating conditions, the polar
method
plots the parameter values based on those operating conditions.
When you use an operating condition for the x-axis parameter
input
argument, the method plots the parameters for all operating condition values.
Use the Property Editor (propertyeditor
) or the MATLAB
set
function to change the Line Properties.
The reference pages for MATLAB functions such as figure
, axes
, and text
list available properties and provide
links to detailed descriptions.
analyze
| calculate
| extract
| listformat
| listparam
| loglog
| plot
| plotyy
| smithplot
| polarpattern
(Antenna Toolbox)