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 Solvers25
Suggested Problems
-
27467 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5789 Solvers
-
Returning a "greater than" vector
275 Solvers
-
calculate the length of matrix
2349 Solvers
-
2429 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!