<< Delet Network Topology Generator DisplayGraph >>

Network Topology Generator >> Network Topology Generator > DiffVectors

DiffVectors

Analyse the difference between two vectors.

Calling Sequence

[bool]=DiffVectors(v1,v2)

Parameters

v1 :

vector.

v2 :

vector.

bool :

boolean.

Description

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]=DiffVectors(v1,v1);//application of DiffVectors 
v1
b1
[b2]=DiffVectors(v1,v2);//application of DiffVectors 
v1
v2
b2

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact


<< Delet Network Topology Generator DisplayGraph >>