counterfeit_detection_test 19-Mar-2019 23:35:32 counterfeit_detection_test: MATLAB version Test counterfeit_detection. counterfeit_detection_brute_test MATLAB version Test counterfeit_detection_brute, which seeks to identify multiple counterfeit coins among n coins using brute force. There were 6 fakes; the function found 6 suspects. Indices of fakes: #1: 16 #2: 74 #3: 76 #4: 78 #5: 82 #6: 91 Indices of suspects: #1: 16 #2: 74 #3: 76 #4: 78 #5: 82 #6: 91 counterfeit_detection_combinatorial_test MATLAB version Test counterfeit_detection_combinatorial, which can identify one counterfeit coin among 2^logn-1 coins using just logn comparisons. 7 coins checked using 3 comparisons Fake = #7, Suspect = #7 counterfeit_detection_combinatorial_test MATLAB version Test counterfeit_detection_combinatorial, which can identify one counterfeit coin among 2^logn-1 coins using just logn comparisons. 63 coins checked using 6 comparisons Fake = #39, Suspect = #39 counterfeit_detection_compressed_test MATLAB version Test counterfeit_detection_compressed, which seeks to identify multiple counterfeit coins among n coins using compressed sensing techniques. Optimal solution found. 100 coins checked using a sensing matrix with 20 rows. There were 3 fakes; the function found 3 suspects. Indices of fakes: #1: 12 #2: 37 #3: 71 Indices of suspects: #1: 12 #2: 37 #3: 71 counterfeit_detection_test: Normal end of execution. 19-Mar-2019 23:35:32 diary off