Matlab Runge Kutta - XpCourse
https://www.xpcourse.com/matlab-runge-kuttaThe given code for Runge - Kutta method in Matlab is applicable to find out the approximate solution of ordinary differential equation of any order. In the source code, the argument ‘df’ is defined to represent equation, making right hand side zero. The differential equation to be solved is given as input to the program through a MATLAB file.