Hello everyone,
I’m wondering if anybody can find a better solution to this problem:
I have 2 arrays of arrays: in the first one there are time series, and in the second one there are timepoints on those time series.
My objective is to extract the values of the time series around the timepoints in the second array of arrays.
There are multiple timepoints for each time series.
thanks in advance!