www.gusucode.com > phased 案例源码 matlab代码程序 > phased/PositionsOfElementsInArrayWithReplicatedSubarraysExample.m

    %% Positions of Elements in Array with Replicated Subarrays
% Create an array with two copies of a 3-element ULA, and obtain the
% positions of the elements.
subarrays = phased.ReplicatedSubarray('Subarray',...
    phased.ULA('NumElements',3),'GridSize',[1 2]);
pos = getElementPosition(subarrays)