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
Show commentsProblem Recent Solvers582
Suggested Problems
-
260 Solvers
-
Make a random, non-repeating vector.
7187 Solvers
-
Removing rows from a matrix is easy - but what about inserting rows?
199 Solvers
-
1056 Solvers
-
7389 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!