Reverse the order of a matrix (column).
[R] = NL_F_ReverseMatrixCol(M)
Matrix.
Reversed matrix.
NL_F_ReverseMatrixCol reverses the matrix M into R (column permutation). If , then .
m=[1 2 3 4;5 6 7 8;9 10 11 12]//matrix [r]=NL_F_ReverseMatrixCol(m)//application of NL_F_ReverseMatrixCol