Is it possible to evaluate the differential equation from a simulink model?

2 views (last 30 days)
Hello, I want to find the differential equation from the given simulink model:
I am not sure if i can get a differential equation from that picture

Accepted Answer

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 25 May 2021
Hi,
The anwer is simple. 1/s means or its reverse means derivative. SO, the diff equations would be u_M(t) = dd(phi), d(phi)*k_M/J - phi*d/J =0.
  2 Comments
Mark S
Mark S on 26 May 2021
Okay, thank you. But for me it is not really clear what this comma dd(phi), means?
I tried to write the formula a little better. Is this the formula you have given?
Sulaymon Eshkabilov
Sulaymon Eshkabilov on 26 May 2021
Not quite exactly. The SImulink model originated from two ODEs which are:
u_M(t) = dd(phi)
d(phi)*k_M/J - phi*d/J =0

Sign in to comment.

More Answers (1)

Mark S
Mark S on 26 May 2021
Ah ok. Then the Simulink model has been build from two differential equations. I have understood it now. Thanks for the help.

Categories

Find more on General Applications in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!