patternElevation
System object: phased.IsotropicAntennaElement
Namespace: phased
Plot isotropic antenna element directivity or pattern versus elevation
Syntax
patternElevation(sElem,FREQ)
patternElevation(sElem,FREQ,AZ)
patternElevation(sElem,FREQ,AZ,Name,Value)
PAT = patternElevation(___)
Description
patternElevation(
plots
the 2-D element directivity pattern versus elevation (in dBi) for
the element sElem
,FREQ
)sElem
at zero degrees azimuth angle.
The argument FREQ
specifies the operating frequency.
patternElevation(
,
in addition, plots the 2-D element directivity pattern versus elevation
(in dBi) at the azimuth angle specified by sElem
,FREQ
,AZ
)AZ
.
When AZ
is a vector, multiple overlaid plots
are created.
patternElevation(
plots the element pattern with additional options specified by one
or more sElem
,FREQ
,AZ
,Name,Value
)Name,Value
pair arguments.
returns
the element pattern. PAT
= patternElevation(___)PAT
is a matrix whose entries
represent the pattern at corresponding sampling points specified by
the 'Elevation'
parameter and the AZ
input
argument.
Input Arguments
Output Arguments
Examples
More About
Version History
Introduced in R2015a