10-Jun-2023 17:51:02 counterfeit_detection_test(): MATLAB/Octave version 5.2.0. 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 5 fakes; the function found 5 suspects. Indices of fakes: #1: 1 #2: 56 #3: 62 #4: 70 #5: 79 Indices of suspects: #1: 1 #2: 56 #3: 62 #4: 70 #5: 79 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 = #1, Suspect = #1 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 = #30, Suspect = #30 counterfeit_detection_compressed_test MATLAB/Octave version 5.2.0 Test counterfeit_detection_compressed, which seeks to identify multiple counterfeit coins among n coins using compressed sensing techniques.