90 Downloads
Updated 24 Jul 2021

View License

Solves the given IVP using Runge-Kutta fourth order method

Cite As

Divyaprakash (2024). RK4 (https://www.mathworks.com/matlabcentral/fileexchange/95323-rk4), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2

Minor change in comments

1.0.1

A vector of functions can be passed to the function, similar to the built-in function ode45.

1.0.0