Identifying the length of a timeseries

21 次查看(过去 30 天)
Finding size of timeseries?
I’m trying to identify the length of a single 1x1 timeseries data set, however whenever I use the size function it returns 1x1. How would I identify the total number of time samples in the timeseries attached to each 1x1 single?
  1 个评论
Akira Agata
Akira Agata 2019-3-7
Maybe your 1xN timeseries data set is stored in 1x1 cell... If possible, could you save your data set as .mat file and upload here?

请先登录,再进行评论。

采纳的回答

Kevin Phung
Kevin Phung 2019-3-7
Sounds like the information is stored within a cell array. try doing bracket notation:
size(data{:})

更多回答(0 个)

类别

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

标签

产品


版本

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by