Remove values from a vector at defined indexes.
[v]=NARVAL_F_RemovIndex(v,vi)
vector of values.
vector of indexes.
NARVAL_F_RemovIndexes removes the values stored at the indexes vi of a vector v.
v=1:10;//vector vi=[1 3 4 6 10];//indexes [vv]=NARVAL_F_RemovIndexes(v,vi);//application of NARVAL_F_RemovIndexes vv