fig6_18.m
来自「现代控制系统(matlab程序)」· M 代码 · 共 9 行
M
9 行
% Chapter 6: Figure 6.18, p. 319%% The characteristic equation of the matrix % A=[-8 -16 -6;1 0 0;0 1 0] using the poly function.%A=[-8 -16 -6;1 0 0;0 1 0];p=poly(A)r=roots(p)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?