필터 지우기
필터 지우기

How do I split a time series?

조회 수: 18 (최근 30일)
Christelle van Antwerpen
Christelle van Antwerpen 2017년 6월 28일
답변: Peter Kövesdi 2020년 1월 13일
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일
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