<< NARVAL_F_RemovIndex NARVAL NARVAL_F_Unity >>

NARVAL >> NARVAL > NARVAL_F_RemovIndexes

NARVAL_F_RemovIndexes

Remove values from a vector at defined indexes.

Calling Sequence

[v] = NARVAL_F_RemovIndex(v,vi)

Parameters

v :

vector of values.

vi :

vector of indexes.

Description

NARVAL_F_RemovIndexes removes the values stored at the indexes vi of the vector v.

Examples

v=1:10;//vector
//[1 2 3 4 5 6 7 8 9 10]
vi=[1 3 4 6 10];//indexes
[vv]=NARVAL_F_RemovIndexes(v,vi);//application of NARVAL_F_RemovIndexes
vv

Dependency

NARVAL_F_RemovIndex

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_RemovIndex NARVAL NARVAL_F_Unity >>