Clear Filters
Clear Filters

I have an m.n time series with m daily sample of 15 years time domain. I want to split it into 15 one year data matrix using the time column which has a sample i.e 6/04/2018. Thanks

1 view (last 30 days)
I have an m.n time series with m daily sample of 15 years time domain. I want to split it into 15 one year data matrix using the time column which has a sample i.e 6/04/2018. Thanks
  2 Comments
jonas
jonas on 25 Oct 2018
Edited: jonas on 25 Oct 2018
Upload example data and explain why you'd want to do such a thing. Seems unnecessary at first glance.
dpb
dpb on 25 Oct 2018
Edited: dpb on 25 Oct 2018
Agree that splitting physically seems unlikely to be required/desirable from efficiency standpoint...see
doc retime
doc findgroups
doc splitapply
to do things with the data by year (or any other time division).

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!