📄 reinf10_2.m
字号:
%%%%%%%%%%% Reinforcement Problem 10.2 %%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
% Brooks/Cole Publishing Company %
% September 2002 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ---- Fourth-order system in modal form ----
%
clear
disp('Reinforcement Problem 10.2')
A = diag([0.9048 0.8187 0.7788 1])
B = [0.0476; 0; 0.0885; 0.5]
% controllability matrix
Co = ctrb(A,B)
rank(Co)
%%%%%%%%%%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -