Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 14:59:50 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 48 48.00 52 52.00 1 51 51.00 49 49.00 2 55 55.00 45 45.00 3 55 55.00 45 45.00 4 58 58.00 42 42.00 5 60 60.00 40 40.00 6 54 54.00 46 46.00 7 54 54.00 46 46.00 8 55 55.00 45 45.00 9 54 54.00 46 46.00 10 56 56.00 44 44.00 11 51 51.00 49 49.00 12 49 49.00 51 51.00 13 54 54.00 46 46.00 14 51 51.00 49 49.00 15 53 53.00 47 47.00 ising_2d_simulation_test(): Normal end of execution. 13-May-2025 15:00:30