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!