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

    %% Create Resistor and Display Properties
% Create a resistor of resistance 100 ohms and display its properties.

% Copyright 2015 The MathWorks, Inc.


hR1 = resistor(100);
disp(hR1)