<< NL_F_Column NL_F: Function NL_F_Derivative12 >>

NARVAL >> NL_F: Function > NL_F_CommonValuesVectors

NL_F_CommonValuesVectors

Extract the common values between two vectors.

Calling Sequence

[W] = NL_F_CommonValuesVectors(U,V)

Arguments

U :

Vector.

V :

Vector.

W :

Common values.

Description

NL_F_CommonValuesVectors extracts the vector W composed by the common values of the vectors U and V.

Examples

U=[1 3 5 6 8 10];//vector
V=[1 5 9 3 6 12];//vector
[W]=NL_F_CommonValuesVectors(U,V)//application of NL_F_CommonValuesVectors

Report an issue
<< NL_F_Column NL_F: Function NL_F_Derivative12 >>