array data to time series data value

Hi, anybody know how to convert the data in array format to time series format?

 採用された回答

Walter Roberson
Walter Roberson 2016 年 10 月 16 日

0 投票

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 件)

カテゴリ

質問済み:

2016 年 10 月 16 日

回答済み:

2016 年 10 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by