fig7_39.m
来自「世界经典教材《现代控制系统》第八版MATLAB仿真源码」· M 代码 · 共 13 行
M
13 行
% Chapter 7: Figure 7.39, p. 380%% K (s+1) % The root locus for 1 + ------------ = 0, where the % s(s+2)(s+3) %% rlocfind function is used to select a point on the locus.%p=[1 1]; q=[1 5 6 0];rlocus(p,q);rlocfind(p,q)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?