How do i find the matrix A,B1,C1,C2​,D11,D12,D​21,D22 for hinf problem?

조회 수: 2 (최근 30일)
Bita Andrei
Bita Andrei 2020년 4월 3일
댓글: Rik 2020년 4월 4일
A=[Ag 0 0 0 0
0 Ab 0 0 0
0 0 Ap 0 0
-Bw*Cg1 Bwp*Cb 0 Aw 0
-Bwp*Cg1 0 Bwp*Cp 0 Awp]
I dont know how to concatanate in order to obtain the A matrix. I specify that i have all the matrix:Ag,Ab,Ap etc. Zeros needs to have their specific dimensions.g represents the nominal matrix, beta for dutch role, p for roll. W represent the weighting matrix.
  댓글 수: 3
Bita Andrei
Bita Andrei 2020년 4월 4일
Ag=[-0.0160 -227.3000 43.0200 31.6300
0.0027 -0.2590 -0.1445 0
-0.0211 0.6703 -1.3650 0
0 0.1853 1.0000 0]
Ab= [-2.5000 -1.5625
1.0000 0]
Ap=[-2]
-Bw*Cg1==[-0.2469 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0]
Bwp*Cb==[ 0 -3.9063
0 0
0 0
0 0]
-Bwp*Cg1==[-0.2469 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0]
Bwp*Cp== [10
0
0
0]
Aw=[-9.1900 -30.8000 -18.3300 -3.9500
1.0000 0 0 0
0 1.0000 0 0
0 0 1.0000 0]
Awp=[ -9.1900 -30.8000 -18.3300 -3.9500
1.0000 0 0 0
0 1.0000 0 0
0 0 1.0000 0]
This are the matrix. But sincerely i dont know how to use them in roder to obtain the matrices for hinf problem in matlab.
Rik
Rik 2020년 4월 4일
I have no clue what problem you are refering to, but as your variables are matrices, instead of scalars, the definition you stated in your initial question is not valid Matlab syntax.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactions, Camera Views, and Lighting에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by