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

    %% Surface Plot of Copolarization Signature of General Target  
% Use a general RCSM matrix to create a 3-D surface plot.   

% Copyright 2015 The MathWorks, Inc.


%%  
rscmat = [1i*2,0.5; 0.5, -1i];
el = [-45:45];
tilt = [-90:90];

%%
% With no output arguments, |polsignature| automatically creates
% a surface plot.
polsignature(rscmat,'c',el,tilt);