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 Center および File ExchangeController Creation についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by