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 Solvers24
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
50185 Solvers
-
Is my wife right? Now with even more wrong husband
1325 Solvers
-
366 Solvers
-
Generate a random matrix A of (1,-1)
336 Solvers
-
Find cross product of 2 vectors
33 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!