The other day a student came to ask me for help in solving a first order ordinary differential equation using the ode45 routine of MATLAB. To use ode45, one needs to be familiar with how the inputs are required by MATLAB. To solve a first-order ODE by ode45 is straightforward. The ODE given is given … Continue reading "How do I solve a first order ODE numerically in MATLAB?"