Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can I realize the given math model in simulink

1 回表示 (過去 30 日間)
Bahadir Celiktas
Bahadir Celiktas 2020 年 4 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 4 月 29 日
See the attached .mdl file (saved in R2020a) to see how it can be implemented in Simulink. Run the following code to define the parameters
A = 1;
Jw = 3;
m = 1;
g = 9.8;
tau = 1;
M = [A Jw; Jw Jw];
M_inv = inv(M);
  2 件のコメント
Bahadir Celiktas
Bahadir Celiktas 2020 年 4 月 29 日
My matlab version is R2019a can you select a file previous version
Ameer Hamza
Ameer Hamza 2020 年 4 月 29 日
Sure. Try the attached file.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by