Is it possible to evaluate the differential equation from a simulink model?
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Sulaymon Eshkabilov
2021-5-25
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 个评论
Sulaymon Eshkabilov
2021-5-26
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
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!