Change a character array to time

4 次查看(过去 30 天)
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!

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-12-25
编辑:Azzi Abdelmalek 2014-12-25
s='113203'
a=datenum(s,'HHMMSS')
out=datestr(out,'HH:MM:SS')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Christmas / Winter 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by