polarpattern
Interactive plot of radiation patterns in polar format
Description
The polarpattern object creates an interactive plot of
            antenna or array radiation patterns in polar format with uniformly spaced angles. You
            can also plot other types of polar data. Use this plot for interactive data
            visualization or measurement. To change the properties, zoom in, or add more data to the
            plot, right-click or scroll or drag the Polar Measurement
            window.

Creation
Syntax
Description
polarpattern creates an empty polar plot. You can add
                        plots of antenna or array radiation patterns and other types of data to the
                        plot by importing saved polari objects from MAT-files.
polarpattern( creates a polar
                        plot with real magnitude values in the vector data)data with
                        angles uniformly spaced on the unit circle starting at 0
                        degrees. Magnitudes may be negative when dB data units are used. For a
                        matrix data, columns of data are
                        independent datasets. For N-data
                        arrays, dimensions 2 and greater are independent datasets. For complex
                        values, magnitude and angle are derived from data.
polarpattern(___,PropertyName=Value) sets
                            PolarPattern Properties (Antenna Toolbox) using one or more name–value
                        arguments. PropertyName is the property name and
                            Value is the corresponding value. You can specify
                        several name-value arguments in any order as
                            PropertyName1=Value1,...,PropertyNameN=ValueN.
                        Properties that you do not specify, retain their default values. To list all
                        the property names and values, use details(p). You can
                        use the properties to extract data about the radiation pattern from the
                        polar plot.
For example, p = polarpattern(data,Peaks=3) identifies
                        and displays the three highest peaks in the pattern data.
polarpattern(
                        creates a polar plot using axes object, ax,___)ax instead of the
                        current axes object.
p = polarpattern(___)
p = polarpattern('gco')
Input Arguments
Output Arguments
Object Functions
Examples
Version History
Introduced in R2016a
See Also
Properties
- PolarPattern Properties (Antenna Toolbox)
Functions
- pattern(Antenna Toolbox) |- patternCustom(Antenna Toolbox)



