Convert a column of dates
古いコメントを表示
I can use the datenum command for individual cells, but can not seem to apply it to a whole column. What am I doing wrong? Thanks, Stephen
採用された回答
その他の回答 (1 件)
Jan
2012 年 3 月 15 日
datenum does accept a column cell:
datenum({'15-Mar-2012 23:53:23'; '15-Mar-2012 23:53:23'})
>> ans =
7.3494e+005
7.3494e+005
3 件のコメント
Stephen Jones
2012 年 3 月 16 日
Jan
2012 年 3 月 16 日
I suggest to read the documentation: help datenum, doc datenum
There you find:
datenum({'20120315'; '20120316'}, 'yyyymmdd')
Sara Mendiola
2017 年 3 月 1 日
How about datestr for a column?
カテゴリ
ヘルプ センター および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!