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

    %% Compute Spherical Basis Vectors
% At the point located at 45° azimuth, 45° elevation, compute the
% 3-by-3 matrix containing the components of the spherical basis.
A = azelaxes(45,45)
%%
% The first column of |A| contains the radial basis vector |[0.5000;
% 0.5000; 0.7071]|. The second and third columns are the azimuth
% and elevation basis vectors, respectively.