Skip to content

MATLAB function and script for 4th order Runge-Kutta method.

Notifications You must be signed in to change notification settings

Alpizz/rk4-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rk4-matlab

MATLAB function and script for 4th order Runge-Kutta method.

rungeKutta4(ode, y0, h, range)

Solves the given ODE (ordinary differential equation) with given initial condition y0, step size h and range.

mainscript.m

script uses the function for solving and visualizing using RK4.

About

MATLAB function and script for 4th order Runge-Kutta method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages