Problem 798. Rotate input square matrix 90 degrees CCW without rot90
Solution Stats
Problem Comments
-
3 Comments
Jean-Marie Sainthillier
on 19 Jul 2012
What is the difference between A' and A.' ?
Freddy
on 19 Jul 2012
A' : ctranspose(A): complex conjugate transpose
A.': transpose(A): non-conjugate transpose
for more information: 'help (c)transpose'
Christian Schröder
on 9 Jul 2019
Good one!
Solution Comments
-
1 Comment
Md. Saif Ansari
on 28 Dec 2020
Why test case - 3 is not able to pass. I had to hardcode it !!
-
1 Comment
@bmtran (Bryant Tran)
on 29 Jun 2012
clever!
Problem Recent Solvers447
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1087 Solvers
-
332 Solvers
-
Permute diagonal and antidiagonal
294 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
351 Solvers
-
3051 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!