detailed multiplication of state spaces

16 ビュー (過去 30 日間)
Robin Kirsch
Robin Kirsch 2020 年 7 月 22 日
回答済み: Star Strider 2020 年 7 月 22 日
Hello,
I am wondering what happens exactly when I multiply 2 state spaces?
Such that systemA = ss(A,B,C,D) and systemB = ss(AB,BB,CB,DB) and then systemA*systemB. I would like to use it in code generation but the ss() function is not supported, which is why I need to understand how the multiplication of the 2 state spaces work.

回答 (1 件)

Star Strider
Star Strider 2020 年 7 月 22 日
The multiplication operator (*) is the same as a series call. It appears to connect the outputs of one ‘sys’ object to the input of another, so that is likely how it would be implemented. The documentation says nothing about how the function works beyond that, however.

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by