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

    %% Analyze Object Under Specific Operating Conditions
% Analyze |rfckt.amplifier| under specific operating conditions set using
% the function |setop|.
ckt1 = read(rfckt.amplifier, 'default.p2d');
freq = ckt1.AnalyzedResult.Freq;
setop(ckt1, 'Bias', '1.5');
analyze(ckt1, freq)