How do I remove elements at a set of indices in a vector in MATLAB?

Viewed 40151

I have a vector with 100 elements. I have another vector with index positions of elements I want to remove from this vector.

How do I do this?

1 Answers
Related