How May I import date/time from Excel?
4 次查看(过去 30 天)
显示 更早的评论
I have a time series in Excel sheet and would like to import it to MATLAB but the date variable becomes scientific numbers like this: 9.37500000000000e-05, 8.82352941176471e-05, 7.50000000000000e-05, 7.14285714285714e-05, I tried "datestr()" function to convert them into "mm/dd/yyyy" format but the output was "12 am" for all dates. How may I transfer date variable to MATLAB and have "mm/dd/yyyy" format?
0 个评论
回答(1 个)
另请参阅
类别
在 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!