How do I split a time series?

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
William Chamberlain 2018 年 2 月 25 日
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 日

0 投票

Another option is:
plot(getsamples(timeseries,ind))
where ind is the index of the samples you want.

カテゴリ

ヘルプ センター および File ExchangeTime Series についてさらに検索

質問済み:

2017 年 6 月 28 日

回答済み:

2020 年 1 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by