Convert .mat files to csv
Ältere Kommentare anzeigen
Hi. I need to convert some .mat files contained in a folder to csv with a for loop. What is the best way to do it?
3 Kommentare
KSSV
am 10 Okt. 2022
It depends on what data mat files has.
John
am 10 Okt. 2022
Davide Masiello
am 10 Okt. 2022
Maybe best to share the .mat file
Antworten (1)
xlswrite('MyFile.csv',X,1);
X = is the matrix you are trying to save. 1 is the number of sheet.
1 Kommentar
John
am 10 Okt. 2022
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!