<< NL_F_ColinearSet NL_F: Function NL_F_CommonValuesVectors >>

NARVAL >> NL_F: Function > NL_F_Column

NL_F_Column

Extract a column from a matrix.

Calling Sequence

[C] = NL_F_Column(M,K)

Arguments

M :

Matrix.

K :

Index.

C :

Column.

Description

NL_F_Column extracts the column C of the matrix M.

Examples

m=[1:3;4:6;7:9];
//m=
//1 2 3
//4 5 6
//7 8 9
[v]=NL_F_Column(m,3)//application of NL_F_Column

Report an issue
<< NL_F_ColinearSet NL_F: Function NL_F_CommonValuesVectors >>