PatternPlotOptions
Pattern overlay options to customize 3-D radiation pattern
Description
The default PatternPlotOptions object creates a preset pattern overlay
options configuration represented by its properties.
Use these options to change:
Transparency of radiation pattern.
Antenna geometry to radiation pattern size ratio.
Pattern magnitude scale.
Antenna position relative to radiation pattern.
Specify the PatternOptions argument in the following pattern
functions using PatternPlotOptions object to apply these overlay options to the
radiation plot.
patternpatternCustompatternFromSlicespatternFromAIpatternMultiplypatternSystem
Creation
Syntax
Description
creates
default pattern overlay options configuration (represented by object properties) for a
3-D radiation pattern.patternplot = PatternPlotOptions
sets properties
using one or more name-value arguments. patternplot = PatternPlotOptions(PropertyName=Value)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.
For example, patternplot = PatternPlotOptions(Transparency=0.5)
creates an options list for pattern overlay with transparency option's value set to
0.5.
Properties
Examples
Version History
Introduced in R2019a

