How can convert dat files to xls files in matlab
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 2 Dic 2022
How are you currently reading the data? And once it has been read, what is class() and size() ol the data?
Risposte (1)
Marcel
il 7 Dic 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");
0 Commenti
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!