dates with yy
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a cell array of dates that have this format: '08/28/01' '03/01/97' etc.. How can I convert them to a double matlab number date? where 08/28/01 refers to the 28th of august 2001 and 03/01/97 refers ti the first of march 1997
0 件のコメント
採用された回答
Matt Fig
2011 年 4 月 25 日
datenum('08/28/01')
2 件のコメント
Oleg Komarov
2011 年 4 月 25 日
I usually always write the format (since I am european):
datenum('08/09/01','mm/dd/yy')
その他の回答 (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!