Hi BvU,
Yes sorry if my initial explanation was not clear. I am trying this in MATLAB where I have vector 1; and vector 1+window
Then I search for indices of vector 2 that lie between these values, running through each value for vector 1, vector 1+ window
This is taking very long and I still...