Flipping matrix up and down.
If a central row is exists, leave it, and flip remaining rows.
Example
Mat = magic(3)
Mat = [8 1 6; 3 5 7; 4 9 2]
-> A = [4 9 2; 3 5 7; 8 1 6]
Back to basics 23 - Triangular matrix
532 Solvers
412 Solvers
118 Solvers
197 Solvers
93 Solvers
Problem Tags