System object: phased.ULA Package: phased
Number of elements in array
N = getNumElements(H)
N = getNumElements(H) returns the number of elements, N, in the ULA object H.
H
expand all
Construct a default ULA and obtain the number of elements in that array.
array = phased.ULA; N = getNumElements(array)
N = 2
You have a modified version of this example. Do you want to open this example with your edits?