bsang = az2broadside(az)
returns the broadside angle,
bsang, corresponding to the azimuth angle,
az, and zero elevation angle. All angles are define with
respect to the local coordinate system.
Azimuth angle, specified as a scalar or vector of real values. Azimuth angles lie in the range
from –180° to 180°. Units are in degrees.
Example: [35;20;-10]
el — Elevation angle 0 (default) | scalar | vector of real values
Elevation angle, specified as a scalar or vector. The elevation angle lie in the range from
–90° to 90°. The length of el must equal the length of
az. Units are in degrees.
Broadside angles are useful in describing the
response pattern of a uniform linear array (ULA).
For the definition of the broadside angle and
how to convert between azimuth and elevation, and broadside angle
see Broadside Angles.
For definitions of the azimuth and elevation angles, see Azimuth and Elevation Angles.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.