I am simulating a dynamic system using the ode15s(..) MATLAB solver:
ode15s(..)
tspan = 0:0.01:8; [t,theta] = ode15s(@ode_simulation, tspan, theta) <
tspan = 0:0.01:8; [t,theta] = ode15s(@ode_simulation, tspan, theta)