MATLAB: 4th Order ODE in Simulink

4th order odeodeode45simulink

I have attached the question I am working on and the previous question (as it pertains to this problem). The previous question asks me to solve a 4thorder ODE in matlab using ode45. I have done this and attached my code below. The question I need help on is how to solve this problem in simulink. I've also attached a pic of my work so far. Thanks for your help

Best Answer

Try the attached model. See if it works for you. Note that the system can not be solved at the time 4.96, therefore I set the end time as 4.5.
Related Question