Spliting Time stamp without spaces into columns
이전 댓글 표시
I have a Time_stamp cell array as follows:
'AA20150760317000000'
'AA20150760317000500'
'AA20150760317001000'
'AA20150760317001500'
'AA20150760317002000'
'AA20150760317002500'
'AA20150760317003000'
'AA20150760317003500'
'AA20150760317004000'
'AA20150760317004500'
'AA20150760317005000'
I wish to convert to a number array into columns:
2015 076 03 17 00 00 00
2015 076 03 17 00 05 00
which contains Year, doy, month, day, hour, minute, seconds.
I am a total noob in matlab. Greatly appreciate any help.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!