System object: phased.ReplicatedSubarray Package: phased
Number of subarrays in array
N = getNumSubarrays(H)
N = getNumSubarrays(H) returns the number of subarrays in the array object H.
N
H
Array object consisting of replicated subarrays.
expand all
Create an array by tiling copies of a ULA in a 2-by-5 grid. Then, obtain the number of subarrays.
subarrays = phased.ReplicatedSubarray('Subarray',... phased.ULA('NumElements',3),'GridSize',[2 5]); N = getNumSubarrays(subarrays)
N = 10
getNumElements
You have a modified version of this example. Do you want to open this example with your edits?