Change a character array to time

Hello, I want to change the character array such as '113203' to time(hr:min:sec) 11 hours 32 minutes and 03 seconds. Would you please inform me of how to do it? Thanks in advance and happy Christmas!

 采纳的回答

s='113203'
a=datenum(s,'HHMMSS')
out=datestr(out,'HH:MM:SS')

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Christmas / Winter 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by