Problem 58703. Matrix symmetry
Given a matrix
A = [1 2 3; 4 5 6]
Flip it horizontally and vertically to obtain a complete reversal of both rows and columns.
result = [6 5 4; 3 2 1]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers23
Suggested Problems
-
2182 Solvers
-
Back to basics 8 - Matrix Diagonals
925 Solvers
-
Sum the numbers on the main diagonal
582 Solvers
-
convert matrix to single column
410 Solvers
-
Finding perimeter of a rectangle
459 Solvers
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!