Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers721
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2026 Solvers
-
923 Solvers
-
Arrange Vector in descending order
13599 Solvers
-
1188 Solvers
-
Sum the numbers on the main diagonal
616 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
why i cannot use seqreverse here?
You should make more test suites, currently you can just set y to the one correct result.
I like how rot90() function was used here. But yeah, I agree with others too. Please create more test cases.