Remove a value from a vector at a defined index.
[V] = NL_F_RemoveVecIndex(V,I)
Vector.
Index.
NL_F_RemoveVecIndex removes the value stored at the index I of the vector V.
v=[1 2 3 4 5];//vector i=2;//index [vv]=NL_F_RemoveVecIndex(v,i)//application of NL_F_RemoveVecIndex [vvv]=NL_F_RemoveVecIndex(vv,i)