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

    %% Geometry and Indices of ULA Elements
% This example shows how to draw a 6-element ULA. Use the
% |'ShowIndex'| parameter to show the indices of the first and third
% elements.

% Copyright 2015 The MathWorks, Inc.

sULA = phased.ULA(6);
viewArray(sULA,'ShowIndex',[1 3]);