Problem 45216. Rotate a matrix without using rot90
rotate the input square matrix by certain degrees (e.g. 270 or 450 etc.) without using rot90 or flip function. its an extension of problem 798.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Arrange Vector in descending order
12769 Solvers
-
Split a string into chunks of specified length
1982 Solvers
-
Sum of odd numbers in a matrix
606 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
583 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
201 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!