convert .xlsx file into a timetable
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi :)
I have the following excel sheet and I want to convert it into a time table.
The first row should be the "datetime" row in the format 'dd.mm.yyyy HH:MM:SS' and the following rows should be double
Can anyone help me :)
댓글 수: 0
답변 (2개)
Peter Perkins
2019년 4월 2일
readtable + table2timetable.
If you are very up to date (R2019a), use readtimetable.
댓글 수: 3
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!