Azzera filtri
Azzera filtri

Identifying the length of a timeseries

21 visualizzazioni (ultimi 30 giorni)
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 Commento
Akira Agata
Akira Agata il 7 Mar 2019
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?

Accedi per commentare.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Time Series Collections in Help Center e File Exchange

Prodotti


Release

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by