www.gusucode.com > rf 案例源码程序 matlab代码 > rf/PlotCircuitParametersNetworkObjectOnXYPlaneExample.m

    %% Plot Circuit Parameters Network Object on X-Y plane
% Create and analyze a two-wire network object.
 tx1=rfckt.twowire('Radius',7.5e-4)
 analyze(tx1,1.9e9)
 %%
 % Plot S12 on X-Y plane
 linesereis = plot(tx1,'S12')