<< NL_F_DistanceSiDj NL_F: Function NL_F_ForecastLambda >>

NARVAL >> NL_F: Function > NL_F_FindIndexVector

NL_F_FindIndexVector

Perform the index of a subset vector composed by elements extracted from an original vector.

Calling Sequence

[I,VI] = NL_F_FindIndexVector(V,W)

Arguments

V :

Subset vector.

W :

Original vector.

I :

Index vector.

VI :

Value vector.

Description

NL_F_FindIndexVector performs the index I and value VI of the subset vector V composed by elements extracted from the original vector W.

Examples

V=[3 4 7];
W=[1 3 5 7 9 2 4 6 8];
[I VI]=NL_F_FindIndexVector(V,W);//application of NL_F_FindIndexVector

Report an issue
<< NL_F_DistanceSiDj NL_F: Function NL_F_ForecastLambda >>