Borrar filtros
Borrar filtros

Identifying the length of a timeseries

21 visualizaciones (últimos 30 días)
Daniel Bamber
Daniel Bamber el 6 de Mzo. de 2019
Comentada: Daniel Bamber el 7 de Mzo. de 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 comentario
Akira Agata
Akira Agata el 7 de Mzo. de 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?

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Time Series Collections en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by