How do I read a text file and convert the dates and time?
1 view (last 30 days)
Show older comments
Hi! I have a text file that includes the following:
2015-06-18 12:00
0 Comments
Accepted Answer
More Answers (1)
Peter Perkins
on 3 Aug 2018
It's likely that you want to read the file using readtable, and if you are using a recent version of MATLAB, you will get datetimes automatically. If not, you can convert to datetime after importing.
You are better off using datetime than datenum.
0 Comments
See Also
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!