solve 4th order ode in simulink

1 view (last 30 days)
Christian Diaz
Christian Diaz on 21 May 2019
Commented: Jim Riggs on 22 May 2019
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.
Screen Shot 2019-05-20 at 10.42.03 PM.png
  1 Comment
James Tursa
James Tursa on 22 May 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?

Sign in to comment.

Answers (1)

Jim Riggs
Jim Riggs on 22 May 2019
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 Comments
Christian Diaz
Christian Diaz on 22 May 2019
I’ll try it out, thanks!
Jim Riggs
Jim Riggs on 22 May 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.

Sign in to comment.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!