array data to time series data value
22 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
farah
il 16 Ott 2016
Risposto: Walter Roberson
il 16 Ott 2016
Hi, anybody know how to convert the data in array format to time series format?
0 Commenti
Risposta accettata
Walter Roberson
il 16 Ott 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Continuous Wavelet Transforms 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!