Problem 19. Swap the first and last columns
Solution Stats
Problem Comments
-
18 Comments
need to fix the test suite
Updated the test so that fliplr will fail. Rescoring. Thanks for all the comments.
Check your test case. Test case with single dimension array is wrong
it can be done in many ways
Swapping the first and last columns means the input argument must have columns more than 1.
Thus, the solution, B=1 for A=1, cannot be accepted unless it is clearly written in the problem.
Test 3 B_correct is wrong: where, test B_correct=[3 5 0 2 1] it should be B_correct=[3 2 0 5 1]
nice one!
nice one!
test 3 is right only 2 columns changed
nice
Why am I getting wrong answer for this [A(:,end),(:,2:end-1),(:,1)]
nice
very nicee
nice
good problem
Good problem.
very nice
Good one
Solution Comments
Show commentsProblem Recent Solvers20942
Suggested Problems
-
What is the next step in Conway's Life?
655 Solvers
-
Remove the small words from a list of words.
1526 Solvers
-
Getting the indices from a vector
10295 Solvers
-
find the maximum element of the matrix
508 Solvers
-
3991 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!