<< NARVAL_F_Delet NARVAL NARVAL_F_Distance >>

NARVAL >> NARVAL > NARVAL_F_DiffVectors

NARVAL_F_DiffVectors

Analyse the difference between two vectors.

Calling Sequence

[bool]=NARVAL_F_DiffVectors(v1,v2)

Parameters

v1 :

vector.

v2 :

vector.

bool :

boolean.

Description

NARVAL_F_DiffVectors compares two vectors v1 and v2. If they are equal, bool is %F. Else bool rates %T.

Examples

v1=[1:5];
v2=[1:4 6];
[b1]=NARVAL_F_DiffVectors(v1,v1);//application of NARVAL_F_DiffVectors 
v1
b1
[b2]=NARVAL_F_DiffVectors(v1,v2);//application of NARVAL_F_DiffVectors 
v1
v2
b2

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_F_Delet NARVAL NARVAL_F_Distance >>