<< NARVAL_F_RemovIndexes NARVAL NARVAL_F_XYRand >>

NARVAL >> NARVAL > NARVAL_F_Unity

NARVAL_F_Unity

Remove duplicate values inside a vector.

Calling Sequence

[v] = NARVAL_F_Unity(v)

Parameters

v :

vector.

Description

NARVAL_F_Unity removes all duplicate values inside the vector v.

Examples

v=[1 2 3 4 2 4 4 5];//original vector
[nv]=NARVAL_F_Unity(v);//application of NARVAL_F_Unity
v
nv

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_RemovIndexes NARVAL NARVAL_F_XYRand >>