Identifying the length of a timeseries
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Daniel Bamber
il 6 Mar 2019
Commentato: Daniel Bamber
il 7 Mar 2019
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
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?
Risposta accettata
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)
Vedere anche
Categorie
Scopri di più su Time Series in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!