メインコンテンツ

phased.ConformalArray.getNumElements

Number of elements in array

Description

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

example

Examples

collapse all

Construct a three-element conformal array and obtain the number of elements.

array = phased.ConformalArray(ElementPosition=[-1,0,1;0,0,0;0,0,0]);
N = getNumElements(array)
N = 
3

Input Arguments

collapse all

Conformal array object.

Data Types: double
Complex Number Support: Yes

Version History

Introduced in R2011a