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

    %% Number of Elements of UCA
% Create a UCA with the default number of elements. Verify that there are
% five elements.

% Copyright 2015 The MathWorks, Inc.

sArray = phased.UCA();
N = getNumElements(sArray)