<< NL_F_RemoveVecIndexes NL_F: Function NL_F_ReverseMatrixLin >>

NARVAL >> NL_F: Function > NL_F_ReverseMatrixCol

NL_F_ReverseMatrixCol

Reverse the order of a matrix (column).

Calling Sequence

[R] = NL_F_ReverseMatrixCol(M)

Arguments

M :

Matrix.

R :

Reversed matrix.

Description

NL_F_ReverseMatrixCol reverses the matrix M into R (column permutation). If , then .

Examples

m=[1 2 3 4;5 6 7 8;9 10 11 12]//matrix
[r]=NL_F_ReverseMatrixCol(m)//application of NL_F_ReverseMatrixCol

Report an issue
<< NL_F_RemoveVecIndexes NL_F: Function NL_F_ReverseMatrixLin >>