fig5_54.m
来自「包含了控制理论的各种仿真程序」· M 代码 · 共 17 行
M
17 行
% Fig. 5.54 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
% script to generate figure 5.54
% using the general simulation nonlin
N=1;
a=2;
r=0;
num=[1 2 1];
den=[1 0 0 0];
rlocus(num,den)
axis([-6 2 -3 3])
title('Root locus for the system of Figure 5.53')
z=0:.1:.9;
wn= 1:6;
sgrid(z, wn)
hold off
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?