fig8_39b.m

来自「现代控制系统(matlab程序)」· M 代码 · 共 13 行

M
13
字号
% Chapter 8: Figure 8.39, p. 452%%   Percent overshoot (P.O.) and settling time (Ts) from natural %   frequency and damping ratio for second-order systems.  The %   parameters zeta and wn must be input at the command level %   prior to executing this m-file.%% Rename this script engrave2.m for use with book%ts=4/zeta/wnpo=100*exp(-zeta*pi/sqrt(1-zeta^2))  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?