How to use datenum on hourly data
1 回表示 (過去 30 日間)
古いコメントを表示
I have a csv file with the first column containing the year, 2nd month, 3rd day and 4th hour. I tried to convert it to serial date number using datenum but it didn't work as I didn't have the minutes and seconds data. Is there a way around this?
0 件のコメント
回答 (1 件)
the cyclist
2016 年 6 月 13 日
You could add columns of zeros to represent minute and seconds.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!