Write one year date into a excel?
1 回表示 (過去 30 日間)
古いコメントを表示
If I want to write one year date into a excel, like year 2016. I have no idea how to code in matlab. Thanks
1/1/2016
1/2/2016
...
..
12/31/2016
0 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 4 月 13 日
編集済み: Azzi Abdelmalek
2016 年 4 月 13 日
out=datestr(datenum('01/01/2016')+datenum(0:365),'mm/dd/yyyy')
xlswrite('your_file.xlsx',out)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!