Reading time from the text

2 次查看(过去 30 天)
Vijay Sagar
Vijay Sagar 2021-5-8
Hi everyone! How to read time (only hh:mm) from the text file (attached file). The first two digits represent the day of the month (DD), the second two-digit represent hours (hh) of the day, and the third two digits represent minutes (mm).
011300
021130
311400
311430
311500 ...
Can someone give me some hint?
  2 个评论
VBBV
VBBV 2021-5-8
Use datetime function or datenum
Vijay Sagar
Vijay Sagar 2021-5-8
Thanks a lot. It works. Example:
datenum('112230','ddhhmm')

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Text Data Preparation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by