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

    %% Polarization Ratio for Vertically Polarized Field
% Determine the polarization ratio for a vertically polarized field (the
% horizontal component of the field vanishes).
fv = [0;2];
p = polratio(fv)
%%
% The polarization ratio is infinite as expected from the definition,_Ev/Eh_.