Problem 2029. Convert vector datasets to plot with imagesc instead of scatter
Solution Stats
Problem Comments
-
5 Comments
I think the test suite is wrong:
If "G" is supposed to have a "minimal number of empty cells" then why is the second test a 9x9 with the last column being all zeros? I would expect this column to be unnecessary.
For the first test, I'm getting 1.2690e-05 for chk2.
Problem is great though!
Sean, I agree, my bad, I removed the end column and rescored. my code yields 1.2680e-05 still (last value kept per cell?)
The function roundn is no longer supported by Cody, please update the test suite to round(x/10^e)*10^e.
The test suite has been fixed as requested by Rafael S.T. Vieira.
Thanks, goc3. Now the problem is working again. :)
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15692 Solvers
-
22427 Solvers
-
Least common multiple of many numbers
246 Solvers
-
Determine if a Given Number is a Triangle Number
386 Solvers
-
The Hitchhiker's Guide to MATLAB
3363 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!