What is Unmeasured output in MPC toolbox? It doesn't make sense

조회 수: 6 (최근 30일)
嵩人 藤森
嵩人 藤森 2021년 6월 28일
Hi, Im confused with the term Unmeasured output on the MPC structure tab in MPC toolbox.
Generally speaking, in control theory, output is measurable so the term Unmeasured output doesnt make sense.
Possibly, does the term stands for Output that cannot be sensed because of not being able to attache a sensor or something ?
Actually Im getting stuck on the following problem ;
I wanna converge a second state to 0 in this LTI system using MPC controller
*There are four states
X =0.1366
Y =5.2133e-04
Z =0.0028
A=[0 0 1 0 ; 0 0 0 1 ; 0 0 0 0 ; 0 X/Z 0 0 ];
B=[0 ; 0 ; 1 ; -Y/Z];
C=[0 1 0 0];
D=[0];
inv=ss(A,B,C,D);
Input is single but Output depend on matrix C. Then Im confused like
Okay, well.. second state is measured output…the rest is …wait, what is unmeasured output??

답변 (0개)

카테고리

Help CenterFile Exchange에서 Controller Creation에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by