polar
Plot specified object parameters on polar coordinates
Syntax
Description
plots the (i,j)th s-parameter on polar plot for an p
= polar(budgetobj
,i,j)rfbudget
object.
p
is a polar plot function object. For more information about
properties of p
, see Polar Properties.
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(___,x-axis parameter
,x-axis format
,'condition1',value1,...,'conditionm',valuem
,'freq'
,freq,'pin'
,pin)cktobj
. Use this option with the input arguments in the
previous syntax.
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 callingpolar
.Use the function
polarpattern
(Antenna Toolbox), or the MATLAB® functionpolarplot
to plot parameters that are not part of arfckt
orrfbudget
object, but are specified as vector data.
Examples
Input Arguments
Output Arguments
Tips
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 MATLABset
function to change the Line Properties.The reference pages for MATLAB functions such as
figure
,axes
, andtext
list available properties and provide links to detailed descriptions.
Version History
Introduced before R2006a
See Also
Polar Properties | analyze
| calculate
| extract
| plotyy
| listformat
| listparam
| loglog
| plot
| polarpattern
(Antenna Toolbox) | smithplot