📄 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 + -