Problem 43270. Rotate matrix by -90 degrees

Rotate a Matrix by -90 degrees

Example: X =

    1    2    3
    4    5    6
    7    8    9

output =

    7    4    1
    8    5    2
    9    6    3

Solution Stats

65.8% Correct | 34.2% Incorrect
Last Solution submitted on Nov 14, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers174

Suggested Problems

More from this Author43

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!