채택된 답변

EmirBeg
EmirBeg 2021년 5월 21일

2 개 추천

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

추가 답변 (1개)

Mathieu NOE
Mathieu NOE 2021년 5월 21일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

제품

릴리스

R2021a

태그

질문:

2021년 5월 21일

답변:

2021년 5월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by