04-Aug-2020 13:19:40 zombie_ode_test MATLAB/Octave version 4.2.2. Test zombie_ode. zombie_ode_test01: Demonstrate the basic model. ALPHA = 0.008, death rate of zombies in human/zombie encounter. BETA = 0.0095, infection rate for human/zombie encounter. ZETA = 0.02, dead-human-zombie-resurrection rate. DELTA = 0.0001, Non-zombie-related human death rate. T = 20, length of time period to be studied. DT = 0.01, stepsize for Euler method. Graphics saved as "zombie_ode_test01.png". zombie_ode_test02: Demonstrate the eradication model. ALPHA = 0.008, death rate of zombies in human/zombie encounter. BETA = 0.0095, infection rate for human/zombie encounter. ZETA = 0.02, dead-human-zombie-resurrection rate. DELTA = 0.0001, Non-zombie-related human death rate. K = 0.08, zombie kill rate. T = 20, length of time period to be studied. DT = 0.01, stepsize for Euler method. Graphics saved as "zombie_ode_test02.png". zombie_ode_test Normal end of execution. 04-Aug-2020 13:19:41