19-Nov-2022 18:32:07 ising_2d_simulation_test(): MATLAB/Octave version 4.2.2 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 56 56.00 44 44.00 1 53 53.00 47 47.00 2 54 54.00 46 46.00 3 52 52.00 48 48.00 4 55 55.00 45 45.00 5 55 55.00 45 45.00 6 52 52.00 48 48.00 7 61 61.00 39 39.00 8 61 61.00 39 39.00 9 61 61.00 39 39.00 10 61 61.00 39 39.00 11 66 66.00 34 34.00 12 62 62.00 38 38.00 13 69 69.00 31 31.00 14 71 71.00 29 29.00 15 69 69.00 31 31.00 ising_2d_simulation_test(): Normal end of execution. 19-Nov-2022 18:32:47