getElementNormal
System object: phased.UCA
Namespace: phased
Normal vectors for array elements
Syntax
normvec = getElementNormal(sArray)
normvec = getElementNormal(sArray,elemidx)
Description
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;
 normvec = getElementNormal(sArray,elemidx)elemidx.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015a