Problem 42876. Rotate Matrix @180 degree
Rotate Matrix @180 degree
Example
A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4; 7 5 3; 6 1 8]
Solution Stats
Problem Comments
- 
		3 Comments
 
		Derrick Halula
    	on 27 Apr 2021
	
	
  	Good Problem
		Andy Chen
    	on 15 Feb 2022
	
	
  	nice problem
		Lily
    	on 18 Apr 2023
	
	
  	nice problem very puzzling
Solution Comments
Show commentsProblem Recent Solvers1815
Suggested Problems
- 
         
         
3369 Solvers
 - 
         
         
2124 Solvers
 - 
         
Reverse the elements of an array
1087 Solvers
 - 
         
         
5733 Solvers
 - 
         
Write a code that will follow the equation y = x * (x + x) * x.
350 Solvers
 
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!