MATLAB: Simulink modeling problem

modelsimulink

Hi,
Can sombody help me… please
I have a formula, from which I need a simulink model.
Thank you in advance…

Best Answer

  1. Rewrite the equations as a system of first order derivatives. (Your equations are already in this form)
  2. Add integrators to your model, and label their inputs and outputs.
  3. Connect the terms of the equations to form the system.
For an example of this process refer to this blog post about How to draw ODEs in Simulink.