Extract a column of a matrix.
[v]=NARVAL_F_ColumnExtract(m,k)
matrix.
column index.
vector.
NARVAL_F_ColumnExtract extracts the column k of the matrix m. The result is the vector v.
m=[1:3;4:6;7:9]; [v]=NARVAL_F_ColumnExtract(m,3);//application of NARVAL_F_ColumnExtract m v