Main Content

getNumElements

System object: phased.URA
Namespace: phased

Number of elements in array

Syntax

N = getNumElements(H)

Description

N = getNumElements(H) returns the number of elements, N, in the URA object H.

Examples

expand all

Construct a default URA, and obtain the number of elements.

array = phased.URA;
N = getNumElements(array)
N = 4