?? fig5_44.m
字號:
% Chapter 5: Figure 5.44, p. 276%% Ka=30 is currently selected. You can select Ka=60 and re-run.%Ka=30;t=[0:0.01:1];nc=[Ka*5];dc=[1];ng=[1];dg=[1 20 0];[n,d]=series(nc,dc,ng,dg);[num,den]=cloop(n,d);y=step(num,den,t);plot(t,y), gridxlabel('Time (sec)')ylabel('y(t)')
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -