How can convert dat files to xls files in matlab
조회 수: 5 (최근 30일)
이전 댓글 표시
I need to convert ECG signal to excel ,actually, I sucesed to convert files with mat and hea extention ,but can't to convert files with ,dat to excel
댓글 수: 3
Walter Roberson
2022년 12월 2일
How are you currently reading the data? And once it has been read, what is class() and size() ol the data?
답변 (1개)
Marcel
2022년 12월 7일
I dont know your code or anything but you can try reading the dat file and exporting it into a excel file
writecell(cellstr(array), "file.xlsx");
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!