Extract the common values between two vectors.
[W] = NL_F_CommonValuesVectors(U,V)
Vector.
Common values.
NL_F_CommonValuesVectors extracts the vector W composed by the common values of the vectors U and V.
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