Covering some basic topics I haven't seen elsewhere on Cody.
Return an array of the benchmark values for MATLAB.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers348
Suggested Problems
-
Return the largest number that is adjacent to a zero
5525 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15799 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1322 Solvers
-
348 Solvers
-
663 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The test suite already spoils the solution.
True. In general that should be avoided, although admittedly it's difficult here because if the correct answer were hard-coded, then changes to: (i) the hardware on which Cody runs; or (ii) the version of MATLAB that Cody employs may eventually invalidate it. Having said that, the Test Suite could still be tightened up (see e.g. Solution 1461085).
Test suite doesn't work anymore.