Main Content
getElementNormal
System object: phased.UCA
Namespace: phased
Normal vectors for array elements
Syntax
normvec = getElementNormal(sArray)
normvec = getElementNormal(sArray,elemidx)
Description
returns
the element normals of the normvec
= getElementNormal(sArray
)phased.UCA
System object™, sArray
. normv
is
a 2-by-N matrix, where N is
the number of elements in sArray
. Each column
of normv
specifies the normal direction of the
corresponding element in the local coordinate system in the form [azimuth;elevation]
.
Units are degrees. For details regarding the local coordinate system
of a UCA, type
phased.UCA.coordinateSystemInfo;
returns
only the normals of the elements that are specified in the element
index vector normvec
= getElementNormal(sArray
,elemidx
)elemidx
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015a