MATLAB: Variable-length time series

variable time series

Hi,
I extract the data from excel and the data have different length. How to normalize the data to 0 -100% so that I get equal length and then do time series classification?
Thank you

Best Answer

You can do inteprolation and get all the series to same dimensions/ length. Read about interp1.