array data to time series data value
18 views (last 30 days)
Show older comments
Hi, anybody know how to convert the data in array format to time series format?
0 Comments
Accepted Answer
Walter Roberson
on 16 Oct 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 Comments
More Answers (0)
See Also
Categories
Find more on Continuous Wavelet Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!