getElementPosition
System object: phased.HeterogeneousULA
Namespace: phased
Positions of array elements
Syntax
pos = getElementPosition(sHULA)
pos = getElementPosition(sHULA,elemidx)
Description
returns
the element positions of the pos
= getElementPosition(sHULA
)phased.HeterogeneousULA
System object™, sHULA
. pos
is
a 3-by-N matrix, where N is
the number of elements in sHULA
. Each column
of pos
defines the position of an element in
the local coordinate system, in meters, using the form [x;y;z]
.
The origin of the local coordinate system is the phase center of the
array. The positions of the array elements depend upon the value of
the ArrayAxis
property.
returns
only the positions of the elements that are specified in the element
index vector pos
= getElementPosition(sHULA
,elemidx
)elemidx
. This syntax can use any
of the input arguments in the previous syntax.