Note that all solutions (which passed the limited test suite with small size) involving only pair-wise gcd calculations are indeed incorrect. Those solutions include the following ones: 1) min(gcd(a,min(a))); 2) min(gcd(a(1), a)); 3) min(min(bsxfun(@gcd,a,a.'))); To eliminate these incorrect solutions, please simply add a test case with a = [21 15 35].
2402 Solvers
Convert a numerical matrix into a cell array of strings
458 Solvers
Back to basics 25 - Valid variable names
293 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Simple date to serial no. conversion
113 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!