<< 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 a 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

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_F_Remov NARVAL NARVAL_F_RemovIndexes >>