Problem 3075. Matrix of Multiplication Facts
Solution Stats
Problem Comments
-
4 Comments
I think the test suite is broken, I appear to only get x = [21,6;35,10] as the input and y is being displayed as a vector instead of the matrix that is returned. So either the return is being compared to an x that was not sent or y being a vector is causing the test cases to always fail.
Andrew, I just tried resubmitting my original solution, and the test suite was OK. What is the exact problem that you're having with the test suite when you submit your solution?
nice one!!
I've got the same problem as Andrew: The test suite always passes x = [21,6;35,10] to my function, even though x is assigned different values in the tests.
Solution Comments
-
1 Comment
I have no idea what the leading solution (Solution 1215290) is doing in the last line...
-
2 Comments
Problem Recent Solvers80
Suggested Problems
-
Find the sum of all the numbers of the input vector
41468 Solvers
-
Numbers with prime factors 2, 3 and 5.
413 Solvers
-
Sum of first n terms of a harmonic progression
357 Solvers
-
Return a list sorted by number of consecutive occurrences
317 Solvers
-
367 Solvers
More from this Author80
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!