07-Jan-2022 15:26:07 axon_ode_test(): MATLAB/Octave version "9.8.0.1380330 (R2020a) Update 2" Solve the Axon ODE. Parameters: C = 1 E_K = -74.7 E_Na = 54.2 E_rest = -68 G_K = 12 G_Na = 30 t0 = 0 V(0) = 0 N(0) = 0.317677 M(0) = 0.0529325 H(0) = 0.596121 tstop = 10 axon_euler Solve the axon ODE using euler() Number of fixed time steps = 1000 Graphics saved as "axon_v_euler.png" Graphics saved as "axon_n_euler.png" Graphics saved as "axon_m_euler.png" Graphics saved as "axon_h_euler.png" axon_euler: Normal end of execution. axon_ode45(): Solve the axon ODE using ode45() Number of variable time steps = 729 Graphics saved as "axon_v_ode45.png" Graphics saved as "axon_n_ode45.png" Graphics saved as "axon_m_ode45.png" Graphics saved as "axon_h_ode45.png" axon_ode45: Normal end of execution. axon_ode_test(): Normal end of execution. 07-Jan-2022 15:26:13