How do I split a time series?

15 次查看(过去 30 天)
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 个评论
KSSV
KSSV 2017-6-29
What's the dimension of time series? What 's the criteria to split?
William Chamberlain
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.

请先登录,再进行评论。

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by