System object: phased.ConformalArray Package: phased
Number of elements in array
N = getNumElements(H)
N = getNumElements(H) returns the number of elements, N, in the conformal array object H.
H
expand 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
You have a modified version of this example. Do you want to open this example with your edits?