polar
Plot specified object parameters on polar coordinates
Syntax
Description
p = polar(budgetobj,i,j)rfbudget object.
          p is a polar plot function object. For more information about
        properties of p, see Polar Properties.
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.
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 - analyzemethod to perform a frequency domain analysis before calling- polar.
- Use the function - polarpattern(Antenna Toolbox), or the MATLAB® function- polarplotto plot parameters that are not part of a- rfcktor- rfbudgetobject, but are specified as vector data.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
- If you do not specify any operating conditions as arguments to the - polarmethod, then the method plots the parameter values based on the currently selected operating condition.
- If you specify one or more operating conditions, the - polarmethod plots the parameter values based on those operating conditions.
- When you use an operating condition for the - x-axis parameterinput argument, the method plots the parameters for all operating condition values.
- Use the - inspectfunction from MATLAB to open the Property Inspector for changing line properties. For more information, see Line Properties.
- The reference pages for MATLAB functions such as - figure,- axes, and- textlist 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


