<< 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 a vector v.

Examples

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

Dependency

NARVAL_F_RemovIndex

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_F_RemovIndex NARVAL NARVAL_F_Unity >>