How to split multiple numbers which is one number from data file?
이전 댓글 표시
202021031200
this is has year date and time, how do I split the numbers into year date and time?
답변 (1개)
D = 202021031200;
T = datetime(string(D), 'InputFormat', 'uuuuddMMHHmm')
카테고리
도움말 센터 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!