conversion of hexadecimal timestamps
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2016년 8월 2일
편집: Azzi Abdelmalek
2016년 8월 2일
use hex2dec command
a='10'
b=hex2dec(a)
댓글 수: 3
peter
2016년 8월 2일
Azzi Abdelmalek
2016년 8월 2일
How your hexadecimal number is related to your date?
peter
2016년 8월 2일
카테고리
도움말 센터 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!