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 comments
Loading...
Problem Recent Solvers27
Suggested Problems
-
Check if number exists in vector
13826 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1263 Solvers
-
find the surface area of a cube
567 Solvers
-
Create sequnce 1 4 9 16 25.........
414 Solvers
-
Basic commands - Least common multiple
244 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!