Hi,
I have an incrementing time vector from 0 to 500 ms . Increment in time is not constant. I want to find indices every ~10 ms . E.g
t=[0, 1 ,3,4,7,10,13,15,16,19,20, 23,25,27,31...........500ms];
Then I would like to find indices of 10,20,31 ...., that will be 6th, 11th,15th.
Is this possible without loop.
thanks
jayant
1 Comment
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/567459-find-indices-of-elements-for-given-difference#comment_942396
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/567459-find-indices-of-elements-for-given-difference#comment_942396
Sign in to comment.