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 Solvers28
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
The Hitchhiker's Guide to MATLAB
3409 Solvers
-
Determine the number of odd integers in a vector
828 Solvers
-
125 Solvers
-
3349 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!