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

    %% Create and Display Inductor
% Create an inductor of 3e-9 henry and display the properties.

% Copyright 2015 The MathWorks, Inc.


hL1 = inductor(3e-9);
disp(hL1)