Hello everybody, I might be going about this the wrong way. I have a sequence of data in a 1-D array "x". Now I have done some calculations and have a 1-D array of the indexed points in "x" that erroneous. What I would like to to is remove all the data points in "x" that uses the saved indices. I figured I would use corrected_data = splice!(x, errors) but of course it won't take arrays. Any hints?
Many thanks
