<< NARVAL_F_AleaVec NARVAL NARVAL_F_Delet >>

NARVAL >> NARVAL > NARVAL_F_ColumnExtract

NARVAL_F_ColumnExtract

Extract a column of a matrix.

Calling Sequence

[v]=NARVAL_F_ColumnExtract(m,k)

Parameters

m :

matrix.

k :

column index.

v :

vector.

Description

NARVAL_F_ColumnExtract extracts the column k of the matrix m. The result is the vector v.

Examples

m=[1:3;4:6;7:9];
[v]=NARVAL_F_ColumnExtract(m,3);//application of NARVAL_F_ColumnExtract
m
v

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_F_AleaVec NARVAL NARVAL_F_Delet >>