conversion of hexadecimal timestamps
Show older comments
I have dates and times as hexadecimal timestamps. I want to convert them into date vectors or the like. Is there a way to do this in Matlab?
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 2 Aug 2016
Edited: Azzi Abdelmalek
on 2 Aug 2016
use hex2dec command
a='10'
b=hex2dec(a)
3 Comments
peter
on 2 Aug 2016
Azzi Abdelmalek
on 2 Aug 2016
How your hexadecimal number is related to your date?
peter
on 2 Aug 2016
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!