How do I split a time series?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
William Chamberlain
am 25 Feb. 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.
Antworten (1)
Peter Kövesdi
am 13 Jan. 2020
Another option is:
plot(getsamples(timeseries,ind))
where ind is the index of the samples you want.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Time Series finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!