📄 fig9_42.m
字号:
% Chapter 9: Figure 9.42, p. 521%% The Bode plot of%% 0.5 % G(s) = ---------------------------% s^3 + 2 s^2 + s + 0.5%% with gain and phase margin shown on the plot using% the margin function.%num=[0.5]; den=[1 2 1 0.5 ];w=logspace(-1,1,200);[mag,phase,w]=bode(num,den,w);margin(mag,phase,w);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -