is there any way to convert milliseconds to hh:mm:ss.FFF.
16 views (last 30 days)
Show older comments
is there any way to convert milliseconds to hh:mm:ss.FFF.
Like, 60,000 milliseconds is hh:mm:ss.SSSS 00:00:60.000
I would like to rephrase it,
MilliSeconds is in uint32 class. I would like to convert this time to hh:mm:ss.FFF format
0 Comments
Answers (1)
ES
on 21 Dec 2018
datetime(60000,'convertfrom','posixtime')
https://in.mathworks.com/matlabcentral/answers/402079-how-to-convert-milliseconds-to-dd-mm-yyyy-hh-mm-ss
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!