How can convert dat files to xls files in matlab

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 commentaires

Are you using fieldtrip to read the data?
What is size() and class() of the data after you read in the dat and hdr files?
Aml
Aml le 2 Déc 2022
Actually no,I just need to convert this to excel and then read it
How are you currently reading the data? And once it has been read, what is class() and size() ol the data?

Connectez-vous pour commenter.

Réponses (1)

Marcel
Marcel le 7 Déc 2022
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");

Produits

Question posée :

Aml
le 1 Déc 2022

Réponse apportée :

le 7 Déc 2022

Community Treasure Hunt

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

Start Hunting!

Translated by