From: Jody Scroggins on
I have an ODE y'=1-x+4y; y(0)=1 . I have to solve this using the 4th
order runge-kutta method in MATLAB. I cannot use the ode45 or any
other similar preprogrammed matlab funtions. It has to loop 100
times with a step size of .01. any hints or examples would help!
thanks!