Using dsolve for numerical integration of differential ...

Matlab’s tour de force is its ODE solver. But, to use it you have to understand the interface that Matlab expects. (You can try to bypass this by using Matlab’s Simulink GUI to solve problems, but this isn’t real programming and it will prove at least as frustrating as the programming solution.) So here goes. ................
................