How can I write a table to .csv file

535 visualizzazioni (ultimi 30 giorni)
Dion Theunissen
Dion Theunissen il 21 Mag 2021
Risposto: EmirBeg il 21 Mag 2021
hi,
How can i write a table to an .csv file and save it?
Dion

Risposta accettata

EmirBeg
EmirBeg il 21 Mag 2021
writetable(x,'table.csv'); % x is the name of your table, the csv will be saved where your code is saved

Più risposte (1)

Mathieu NOE
Mathieu NOE il 21 Mag 2021
hello
for numerical data you can use writematrix - see example below
writematrix(rand(100,5),"file.csv","Delimiter",",")

Prodotti


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by