<< NL_F_ReverseMatrixCol NL_F: Function NL_F_ReverseVector >>

NARVAL >> NL_F: Function > NL_F_ReverseMatrixLin

NL_F_ReverseMatrixLin

Reverse the order of a matrix (line).

Calling Sequence

[R] = NL_F_ReverseMatrixLin(M)

Arguments

M :

Matrix.

R :

Reversed matrix.

Description

NL_F_ReverseMatrixLin reverses the matrix M into R (line permutation). If , then .

Examples

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

Report an issue
<< NL_F_ReverseMatrixCol NL_F: Function NL_F_ReverseVector >>