필터 지우기
필터 지우기

Linear Quadratic regulation (LQR) method

조회 수: 1 (최근 30일)
ahmed altaee
ahmed altaee 2016년 8월 13일
댓글: John D'Errico 2016년 8월 15일
I have a model in state space : x^∙=Ax+Bu Y=Cx+Du
A =
0 1.0000 0 0
0 -85.0455 58.8600 0
0 0 0 1.0000
0 28.3485 -22.8900 0
B =
0 0
0.5551 0
0 0
-0.1850 0.0006
C =
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
D =
0 0
0 0
0 0
0 0
when I use Linear Quadratic regulation (LQR) method When using this method you receive an error
Error using lqr (line 43)
In the "lqr(A,B,Q,R,N)" command, the A and Q matrices must have the same size.
I want a solution to this problem
  댓글 수: 1
John D'Errico
John D'Errico 2016년 8월 15일
Please stop reposting the same question. If you have not gotten an answer to the first of your identical questions, there may be a reason why not.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by