Borrar filtros
Borrar filtros

How do I split a time series?

18 visualizaciones (últimos 30 días)
Christelle van Antwerpen
Christelle van Antwerpen el 28 de Jun. de 2017
Respondida: Peter Kövesdi el 13 de En. de 2020
My time series contains the data from three different tasks. I would now like to split my time series in order to have a time series for each task. Unfortunately I have no idea where to start.
  2 comentarios
KSSV
KSSV el 29 de Jun. de 2017
What's the dimension of time series? What 's the criteria to split?
William Chamberlain
William Chamberlain el 25 de Feb. de 2018
For anyone else coming here from Google; copying data from a specific period in one timeseries into a new timeseries can be done with the getsampleusingtime function.

Iniciar sesión para comentar.

Respuestas (1)

Peter Kövesdi
Peter Kövesdi el 13 de En. de 2020
Another option is:
plot(getsamples(timeseries,ind))
where ind is the index of the samples you want.

Categorías

Más información sobre Time Series en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by