Problem 1321. Given a matrix, swap the 2nd & 3rd columns
Solution Stats
Problem Comments
-
7 Comments
Additional test cases have been added.
This is a poor question in that it tells you to swap the middle two columns of a 4x4 matrix, but then tests things other than than 4x4 matrices. You'll have to study the test cases and the given answers to see what the test maker is really after here :(
You may want to change the test description. You are not actually looking for the middle two columns. I won't give away the solution, but the columns you need to swap are hard-coded in. And using the two middle columns is ambiguous if the array is not an even length.
Can't understand test case 5. Can you improve this problem description?
This question should be corrected as the test cases are not 4*4 in all cases.
The problem is wrong.
The problem title and description have been improved.
Solution Comments
-
2 Comments
You have mentioned that the input is 4X4 and then you tested on different dimensions. :(
Can i check the answer again after submit?and where
-
1 Comment
Problem title is misleading
Problem Recent Solvers843
Suggested Problems
-
Determine whether a vector is monotonically increasing
16879 Solvers
-
Solve the set of simultaneous linear equations
363 Solvers
-
554 Solvers
-
Find out sum and carry of Binary adder
1000 Solvers
-
820 Solvers
More from this Author13
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!