How can convert dat files to xls files in matlab

조회 수: 10 (최근 30일)
Aml
Aml 2022년 12월 1일
답변: Marcel 2022년 12월 7일
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
Aml
Aml 2022년 12월 2일
Actually no,I just need to convert this to excel and then read it
Walter Roberson
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
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");

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by