if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers104
Suggested Problems
-
Number of 1s in a binary string
10997 Solvers
-
Set the array elements whose value is 13 to 0
1438 Solvers
-
295 Solvers
-
The Answer to Life, the Universe, and Everything
577 Solvers
-
Matlab Basics - Assigning Variables
205 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Sans test cases with rank 11 (or even 3), it's too easy to provide a solution which passes the test but fails for, say, dyadics. Or did the originator really mean to stick with tensors (rank 2) of arbitrary x and y dimension?