BobMorane
BobMorane

Reputation: 4296

Solve differential equation with two variables in Simulink

I have a differential equation of the form:

xs'' = rhs * theta

to solve in Simulink, where xs and theta are variables and rhs is a numerical constant. So far, I've got this: enter image description here

but it's incomplete and I feel it is wrong. How can I simulate this equation in Simulink?

Regards

Upvotes: 0

Views: 1176

Answers (1)

BobMorane
BobMorane

Reputation: 4296

This works as expected:

enter image description here

Thanks to @Ander Biguri!

Upvotes: 2

Related Questions