symbolic state space representation
4 ビュー (過去 30 日間)
古いコメントを表示
Is there any function or command can find the state space in symbolic format?
Thank you.
1 件のコメント
reen2015
2015 年 9 月 27 日
編集済み: reen2015
2015 年 9 月 27 日
Usually for linear system like x1dot=x1+2x2+u x2dot=x2
A=[1 2;0 1] and B=[1;0].
Do you mean something like A=[a11 a12;a21 a22]; and B=[b11;b12]?
Please add more details to your question. you have not mentioned the type of information you have about the system.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!