getElementNormal
System object: phased.HeterogeneousURA
Namespace: phased
Normal vector to array elements
Syntax
normvec = getElementNormal(sURA)
normvec = getElementNormal(sURA,elemidx)
Description
returns
the normal vectors of the array elements of the normvec
= getElementNormal(sURA
)phased.URA
System object™, sURA
.
The output argument normvec
is a 2-by-N matrix,
where N is the number of elements in array, sURA
.
Each column of normvec
defines the normal direction
of an element in the local coordinate system in the form[az;el]
.
Units are degrees. The origin of the local coordinate system is defined
by the phase center of the array.
returns
only the normal vectors of the elements specified in the element index
vector, normvec
= getElementNormal(sURA
,elemidx
)elemidx
. This syntax can use any of the
input arguments in the previous syntax.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a