Dimension of the matrices in state space

4 ビュー (過去 30 日間)
Linee Teh
Linee Teh 2020 年 5 月 1 日
回答済み: Ameer Hamza 2020 年 5 月 1 日
Hey all, I have a question related to state space matrices dimension. As we know that, x_dot = Ax + Bu If the disturbance is included, the state space equation can be rewrite as: x_dot = Ax + Bu + d Let A to be a matrix with size (9x9) and B to be a matrix with size (9x6), what should be the size of d? I faced some difficulties to implement the disturbance in my Simulink.

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 5 月 1 日
'd' will have dimensions of 9x1. Look at it this way. 'Ax' is 9x1, 'Bu' is 9x1. So to add d in these vectors, it also needs to be 9x1.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by