fig5_26.m

来自「包含了控制理论的各种仿真程序」· M 代码 · 共 15 行

M
15
字号
% Fig. 5.26  Feedback Control of Dynamic Systems, 4e 
%             Franklin, Powell, Emami
% script for Figure 5.26, Lead design.
np=1;
dp=[1 1 0];
nc=[1 2];
dc=[1 10];
nol=conv(np,nc);
dol=conv(dp,dc);
ncl=70*[0 0 nol];
dcl=dol+ncl;
step(ncl,dcl)
grid on
title('Figure 5.26 Step response for lead design')

⌨️ 快捷键说明

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