Akzeptierte Antwort

EmirBeg
EmirBeg am 21 Mai 2021

2 Stimmen

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

Weitere Antworten (1)

Mathieu NOE
Mathieu NOE am 21 Mai 2021

0 Stimmen

hello
for numerical data you can use writematrix - see example below
writematrix(rand(100,5),"file.csv","Delimiter",",")

Kategorien

Produkte

Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by