Problem 798. Rotate input square matrix 90 degrees CCW without rot90
Solution Stats
Problem Comments
-
3 Comments
What is the difference between A' and A.' ?
A' : ctranspose(A): complex conjugate transpose
A.': transpose(A): non-conjugate transpose
for more information: 'help (c)transpose'
Good one!
Solution Comments
-
1 Comment
Why test case - 3 is not able to pass. I had to hardcode it !!
-
1 Comment
clever!
Problem Recent Solvers433
Suggested Problems
-
Maximum running product for a string of numbers
1539 Solvers
-
Duplicate each element of a vector.
545 Solvers
-
Generate a string like abbcccddddeeeee
244 Solvers
-
Test if two numbers have the same digits
205 Solvers
-
Number of digits in an integer
378 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!