07-Jan-2022 20:08:41 flame_ode_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Solve the flame ODE, which models combustion. Parameter values: t0 = 0 y0 = 0.01 tstop = 0.01 flame_euler(): Use euler() to solve the flame ODE Number of equal steps = 1000 t0 = 0 y0 = 0.0100 tstop = 200 Graphics saved as "flame_euler.png" flame_euler: Normal end of execution. flame_ode45(): Use ode45() to solve the flame ODE Number of variable-size steps = 157 Graphics saved as "flame_ode45.png" flame_ode45: Normal end of execution. flame_ode_test(): Normal end of execution. 07-Jan-2022 20:08:46