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
-
Fahrenheit to Celsius converter
601 Solvers
-
07 - Common functions and indexing 6
468 Solvers
-
Matlab Basics - y as a function of x
527 Solvers
-
Calculate the average value of the elements in the array
1741 Solvers
-
437 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!