<< NL_F_LagPlot NL_F: Function NL_F_Line2Points >>

NARVAL >> NL_F: Function > NL_F_Line

NL_F_Line

Extract a line from a matrix.

Calling Sequence

[L] = NL_F_Line(M,K)

Arguments

M :

Matrix.

K :

Line index.

L

Line.

Description

NL_F_Line extracts the line V 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_Line(m,3)//application of NL_F_Line

Report an issue
<< NL_F_LagPlot NL_F: Function NL_F_Line2Points >>