Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 17:44:23 snakes_and_ladders_simulation_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test snakes_and_ladders_simulation(). snakes_stats(): Simulate N = 1000 one-player games of Snakes and Ladders, report minimum, mean, and maximum game lengths. Do this M = 10 times. Batch Min Mean Max Std 1 8 37.25 146 23.54 2 7 35.97 200 24.11 3 8 36.46 193 24.36 4 7 36.39 157 22.78 5 7 36.23 161 23.61 6 7 36.99 182 24.77 7 7 35.39 190 23.37 8 7 36.13 173 22.85 9 7 37.40 175 24.65 10 7 36.02 149 22.79 snakes_histogram(): Simulate N one-player games of Snakes and Ladders. Use the simulation data to create histograms of the estimated PDF and CDF of the game length. Number of trials was n = 1000 Minimum number of steps was 7 Mean number of steps was 36.207 Maximum number of steps was 160 Standard deviation was 23.349 Graphics saved as "snakes_pdf.png" Graphics saved as "snakes_cdf.png" snakes_and_ladders_simulation_test(): Normal end of execution. 13-May-2025 17:44:30