array data to time series data value
53 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
farah
el 16 de Oct. de 2016
Respondida: Walter Roberson
el 16 de Oct. de 2016
Hi, anybody know how to convert the data in array format to time series format?
0 comentarios
Respuesta aceptada
Walter Roberson
el 16 de Oct. de 2016
timeseries(data) -- assumes the rows correspond to timepoints 1 second apart
timeseries(data, time) -- number of times should be same as number of rows
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Continuous Wavelet Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!