getElementPosition
System object: phased.HeterogeneousConformalArray
Namespace: phased
Positions of array elements
Syntax
pos = getElementPosition(sHCA)
pos = getElementPosition(sHCA,elemidx)
Description
pos = getElementPosition(sHCA)
returns
the element positions of the HeterogeneousConformalArray System object™, sHCA
. POS
is
an 3-by-N matrix where N is
the number of elements in H
. Each column of pos
defines
the position of an element in the local coordinate system, in meters,
in the form [x;y;z]
.
For details regarding the local coordinate system of the conformal
or heterogeneous conformal array, enter phased.ConformalArray.coordinateSystemInfo
.
pos = getElementPosition(sHCA,elemidx)
returns
the positions of the elements that are specified in the element index
vector elemidx
.