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(___,Name=Value)
creates a polar
plot, with additional PolarPattern Properties (Antenna Toolbox) specified by one or more name-value
pair arguments. Name
is the property name and
Value
is the corresponding property value. You can
specify several name-value pair arguments in any order as
Name1
=Value1
,
...
,
NameN
=ValueN
. Unspecified
properties 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.
creates a polari object using any combination of input arguments from the
previous syntaxes. Use this syntax to customize the plot or add
measurements.p
= polarpattern(___)
creates a polar plot object from the polar pattern in the current
figure.p
= polarpattern('gco'
)
Input Arguments
Output Arguments
Object Functions
Examples
Version History
Introduced in R2016a
See Also
PolarPattern Properties (Antenna Toolbox) | pattern
(Antenna Toolbox) | patternCustom
(Antenna Toolbox)