Problem 1841. Rotate Matrix Both Direction (45 Degree)

Matrix (3x3 only) rotation:

3 inputs: x matrix, n times and m option.

output: y matrix with n x 45 degree rotation. m=1 for clockwise & m=2 for counterclockwise.

Solution Stats

65.38% Correct | 34.62% Incorrect
Last Solution submitted on Jun 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers31

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!