Compare two vectors.
[B] = NL_F_DiffVect(U,V)
Vector.
Boolean.
NL_F_DiffVect compares the two vectors U and V. If , , else .
U=[1:5]; V=[1:4 6]; [b1]=NL_F_DiffVect(U,U)//application of NL_F_DiffVect [b2]=NL_F_DiffVect(U,V)