Main Content
getElementPosition
System object: phased.UCA
Namespace: phased
Positions of array elements
Syntax
pos = getElementPosition(sUCA)
pos = getElementPosition(sUCA,elemidx)
Description
returns
the element positions of the pos
= getElementPosition(sUCA
)phased.UCA
System object™, sUCA
. pos
is
a 3-by-N matrix, where N is
the number of elements in sUCA
. 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 center of the circular array.
returns
only the positions of the elements that are specified in the element
index vector pos
= getElementPosition(sUCA
,elemidx
)elemidx
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015a