Problem 2276. Palindrome Check
Check whether the entire matrix is palindrome or not.
Example
matrix = [7 8 7]
matrix_reverse = [7 8 7]
So the matrix is palindrome.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers165
Suggested Problems
-
110673 Solvers
-
265 Solvers
-
1163 Solvers
-
Make a run-length companion vector
648 Solvers
-
Flip the vector from right to left
10251 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!