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

    %% Conversion of Azimuth and Elevation to UV
% Find the corresponding _uv_ representation for 30°
%  azimuth and 0° elevation. 
uv = azel2uv([30;0])