Convert .mat files to csv

34 次查看(过去 30 天)
John
John 2022-10-10
评论: John 2022-10-10
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 个评论
John
John 2022-10-10
They are struct with fields:
labelNames: [15×5 table]
Davide Masiello
Davide Masiello 2022-10-10
Maybe best to share the .mat file

请先登录,再进行评论。

回答(1 个)

Ghazwan
Ghazwan 2022-10-10
编辑:Ghazwan 2022-10-10
xlswrite('MyFile.csv',X,1);
X = is the matrix you are trying to save. 1 is the number of sheet.
  1 个评论
John
John 2022-10-10
Thank you for the help. But what I need is to convert n tables (contained in a folder) to n csv files with a for loop (at every iteration I want to produce a csv file with different name from the previous one: file1.csv, file2.csv, file3.csv,...)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by