How can convert dat files to xls files in matlab
    7 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
  Walter Roberson
      
      
 am 2 Dez. 2022
				How are you currently reading the data? And once it has been read, what is class() and size() ol the data?
Antworten (1)
  Marcel
      
 am 7 Dez. 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 Kommentare
Siehe auch
Kategorien
				Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


