Contenido principal

phased.URA.getNumElements

Number of elements in array

Description

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

example

Examples

collapse all

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

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

Input Arguments

collapse all

URA object.

Data Types: single | double
Complex Number Support: Yes

Version History

Introduced in R2011a