Hey,
I've been trying to run a few simulations in Matlab using ODE45. This algorithm requires a function which gives the first order differential as an output i.e a state space format (Correct me if I'm wrong here).
If its a normal N order differential such as d2x/dt2 + dx/dt -1 =0 . dx/dt...