<< NARVAL_F_Remov NARVAL NARVAL_F_RemovIndexes >>

NARVAL >> NARVAL > NARVAL_F_RemovIndex

NARVAL_F_RemovIndex

Remove a value from a vector at a defined index.

Calling Sequence

[v] = NARVAL_F_RemovIndex(v,i)

Parameters

v :

vector of values.

i :

index.

Description

NARVAL_F_RemovIndex removes the value stored at the index i of the vector v.

Examples

v=[1 2 3 4 5];//vector
i=2;//index
[vv]=NARVAL_F_RemovIndex(v,i);//application of NARVAL_F_RemovIndex
vv
[vvv]=NARVAL_F_RemovIndex(vv,i);//application of NARVAL_F_RemovIndex
vvv

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_Remov NARVAL NARVAL_F_RemovIndexes >>