<< NARVAL_F_Delet NARVAL NARVAL_F_Distance >>

NARVAL >> NARVAL > NARVAL_F_DiffVectors

NARVAL_F_DiffVectors

Analyse the difference between two vectors.

Calling Sequence

[b] = NARVAL_F_DiffVectors(v1,v2)

Parameters

v1 :

vector.

v2 :

vector.

b :

boolean.

Description

NARVAL_F_DiffVectors compares the two vectors v1 and v2. If they are equal, b is %F. Else b 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

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_F_Delet NARVAL NARVAL_F_Distance >>