15-Nov-2022 09:26:55 clock_solitaire_simulation_test(): MATLAB/Octave version 4.2.2 clock_solitaire_simulation() simulates the game of clock solitaire. piles_deal() randomly initializes the card piles. piles_print() prints the current piles. A 2 3 4 5 6 7 8 9 10 J Q K [ 5H][ 8D][ 8S][ QS][ 9D][ 7H][ 8C][ KH][ 2D][ 4C][ 6H][ JS][ 9S] [ 6S][ 8H][ 2H][ QD][ 3H][ 2C][ 7S][ 3D][ 9H][ 5C][ KD][ 6D][ 7D] [ 5D][ JD][ 9C][ 5S][ JH][ 7C][10D][ JC][ 4S][10H][ 4H][ QC][ 6C] [ 3S][ AS][ AC][ KS][ QH][ AD][ AH][ 3C][10S][10C][ 4D][ 2S][ KC] play() played one game and lost. play_many() will play 1000 clock solitaire games. Won 87 out of 1000 Win ratio is 0.087 Expected win ratio 0.0769231 clock_solitaire_simulation_test(): Normal end of execution. 15-Nov-2022 09:26:57