Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 07-Oct-2025 21:57:20 ising_2d_simulation_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test ising_2d_simulation(). ising_2d_simulation(): Monte Carlo simulation of a 2D Ising model. The row dimension M = 10 The column dimension N = 10 The number of iterations taken is ITERATIONS = 15 The threshhold THRESH = 0.500000 The transition probability table, based on the number of neighbors with the same charge. 1 2 3 4 5 0.9800 0.8500 0.5000 0.1500 0.0200 An automatic pause of 2 seconds is imposed between ; successive displays. Step Positives Negatives # % # % 0 51 51.00 49 49.00 1 51 51.00 49 49.00 2 57 57.00 43 43.00 3 53 53.00 47 47.00 4 51 51.00 49 49.00 5 60 60.00 40 40.00 6 53 53.00 47 47.00 7 51 51.00 49 49.00 8 49 49.00 51 51.00 9 48 48.00 52 52.00 10 49 49.00 51 51.00 11 47 47.00 53 53.00 12 42 42.00 58 58.00 13 39 39.00 61 61.00 14 36 36.00 64 64.00 15 33 33.00 67 67.00 ising_2d_simulation_test(): Normal end of execution. 07-Oct-2025 21:58:00