Implementing Runge kutta method in place of ode45
https://it.mathworks.com/matlabcentral/answers/1452599-implementing...14.09.2021 · So i want to use runge kutta method in place of this ode45, but i dont know how to implement that. I gave my script below and i skipped some initial lines which contains A, B, C matrices (which are interms of theta) formation for some confidentiality. % A, B, C matrices formed interms of theta. myfun = @ (t,y)scriptname (t,y,A,B,C);