combination_lock_test 14-Aug-2017 14:14:29 COMBINATION_LOCK_TEST MATLAB version COMBIANTION_LOCK seeks the combination of a lock. A combination lock consists of M dials, each having N symbols. We seek to determine the combination C. The number of dials is M = 4 The number of symbols is N = 5 The number of possible combinations is M^N = 625 The combination: 1: 1 2: 2 3: 3 4: 4 The combination was found! 1: 1 2: 2 3: 3 4: 4 The combination was found on step 195 COMBINATION_LOCK_TEST Normal end of execution. 14-Aug-2017 14:14:29 diary off