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

    %% Geometry, Normal Directions, and Indices of URA Elements
% This example shows how to display the element positions,
% normal directions, and indices for all elements of a 4-by-4 square URA.

% Copyright 2015 The MathWorks, Inc.

ha = phased.URA(4);
viewArray(ha,'ShowNormals',true,'ShowIndex','All');