Given a user defined matrix and angle of rotation, rotate the elements of output matrix as clockwise or anti-clockwise. Angle will always be multiples of 90 degrees.
e.g A = [1 2 3; 4 5 6; 7 8 9] Angle = 90
Output Matrix = [3 6 9; 2 5 8; 1 4 7]
Happy clocking !!
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers120
Suggested Problems
-
Return the first and last characters of a character array
11832 Solvers
-
Who is the smartest MATLAB programmer?
791 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
Find the dimensions of a matrix
559 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Error in test 4.
Sorry Jean-Marie, I just corrected test 4, thanks for informing :)