?? fig8_39a.m
字號:
% Chapter 8: Figure 8.39, p. 452%% Closed-loop peak magnitude and resonant frequency for%% K % T(s) = -------------- , % s^3+3s^2+2s+K %% where K must be input at the command level prior to % executing this m-file.%% Rename this script engrave1.m for use with book%num=[K]; den=[1 3 2 K];w=logspace(-1,1,400);[mag,phase,w]=bode(num,den,w);[mp,l]=max(mag);wr=w(l);mp,wr
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -