conversion of hexadecimal timestamps
    10 views (last 30 days)
  
       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?
0 Comments
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
See Also
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!

