フィルターのクリア

How can convert dat files to xls files in matlab

5 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by