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

    %% ULA Element Positions
% Construct a ULA with 5 elements along the z-axis. Obtain the element positions.
sULA = phased.ULA('NumElements',5,'ArrayAxis','z');
pos = getElementPosition(sULA)