フィルターのクリア

How can I transfer these equations into MATLAB codes?

1 回表示 (過去 30 日間)
Yuxing Zhang
Yuxing Zhang 2018 年 10 月 11 日
編集済み: Walter Roberson 2018 年 10 月 11 日
I am new with MatLab,and I want to know how can I transfer the following vibration equations into MatLab codes.
X''=-(M^-1)*K--(M^-1)*D*X'+(M^-1)*B*u
Sys=ss(A,B,C,D)
And M,K,D,B are matrix that I already get.
Thank you.
  2 件のコメント
Star Strider
Star Strider 2018 年 10 月 11 日
Please explain what you want to do with the -- in this:
X''=-(M^-1)*K--(M^-1)*D*X'+(M^-1)*B*u
Yuxing Zhang
Yuxing Zhang 2018 年 10 月 11 日
Thank you for asking, now I input the four matrix values and want to know if there's a code that I can use to relate the x'' with x'=Ax+Bu and y=Cx. so that I can get matrix A,B,C,D.

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by