Is it possible to evaluate the differential equation from a simulink model?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Mark S
il 25 Mag 2021
Modificato: Sulaymon Eshkabilov
il 27 Mag 2021
Hello, I want to find the differential equation from the given simulink model:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/630130/image.jpeg)
I am not sure if i can get a differential equation from that picture
0 Commenti
Risposta accettata
Sulaymon Eshkabilov
il 25 Mag 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 Commenti
Sulaymon Eshkabilov
il 26 Mag 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
Più risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!