?? examp5_24.m
字號:
prg='c:\spice\spice3.exe '; matd='c:\matlab6p1\work\c5ftri1.';
aout=spice([prg matd 'cir -o ' matd 'out -b -m'],[],[matd,'log']);
plot(aout(:,1),aout(:,2))
tt=aout(:,1); yy=5+sin(1e7*tt);
plot(tt,yy), set(gca,'ylim',[0,6]); i_sig=[tt yy]';
prg='c:\spice\spice3.exe '; matd='c:\matlab6p1\work\c5ftri2.';
aout=spice([prg matd 'cir -o ' matd 'out -b -m'],i_sig,[matd,'log']);
plot(aout(1,:),aout(2,:))
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -