This document provides examples of using MATLAB to solve ordinary differential equations (ODEs) numerically. It demonstrates how to reformulate higher order ODEs into systems of first order ODEs, use built-in ODE solvers like ode45 to solve equations, pass parameter values to ODE functions, and solve and plot solutions to sample first and second order ODEs.