Plot a timeseries from array of dates
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I have an array that is 6xN The 6 rows are YYYY, DD, MM, HH, MM, SS from timestamp data
I would like to know how can I plot this as a timeseries?
>> timelist([1 2 3 4 5 6],1)
ans =
2012
16
1
11
11
48
0 件のコメント
採用された回答
Oleg Komarov
2012 年 7 月 31 日
編集済み: Oleg Komarov
2012 年 7 月 31 日
Convert each column into a proper numeric date:
datenum(timelist')
EDIT
datetick('x')
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Time Series についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!