Info

此问题已关闭。 请重新打开它进行编辑或回答。

how can I realize the given math model in simulink

1 次查看(过去 30 天)

回答(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);

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by