How can I write a table to .csv file
Ältere Kommentare anzeigen
hi,
How can i write a table to an .csv file and save it?
Dion
Akzeptierte Antwort
Weitere Antworten (1)
Mathieu NOE
am 21 Mai 2021
hello
for numerical data you can use writematrix - see example below
writematrix(rand(100,5),"file.csv","Delimiter",",")
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!