solve 4th order ode in simulink
Afficher commentaires plus anciens
I need help solving PART B of this problem. I have never worked with ODE's before. I have attached what i have so far.

1 commentaire
James Tursa
le 22 Mai 2019
You've never worked with ODE's before, and your first forray is a 4th order system that you have to solve with ode45 and with Simulink? What class is this for?
Réponses (1)
Jim Riggs
le 22 Mai 2019
1 vote
Your diagram looks reasonable to me and it could work, but its hard to tell from a screen shot - especially when the block titles are not being displayed, so I have to guess at what each block really is. Assuming that the sine wave block is set to "time based" and "use simulation time", with an amplitude of 10 and a frequency of Pi, it should work.
It also looks like you used the "scope" block in place of the "xy graph" block, which was specifically stated in the instructions. (but that would be my preference as well).
3 commentaires
Jim Riggs
le 22 Mai 2019
After some thought, I think that the use of the sine wave block is not consistent with using the XY Graph block. I think that in order to use the XY Graph block, you will need to have a time signal, in which case I would construct the sine wave as follows, using a clock block, rather than the sine wave block. This gives access to a time signal.

Christian Diaz
le 22 Mai 2019
Jim Riggs
le 22 Mai 2019
My point is that the instructions specify both the sine wave block AND the XY Graph block. I don't think it makes sense to use these together. Either:
1) the clock + XY graph, or
2) the Sine wave + scope.
Catégories
En savoir plus sur General Applications dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!