Convert .mat files to csv
古いコメントを表示
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 件のコメント
KSSV
2022 年 10 月 10 日
It depends on what data mat files has.
John
2022 年 10 月 10 日
Davide Masiello
2022 年 10 月 10 日
Maybe best to share the .mat file
回答 (1 件)
xlswrite('MyFile.csv',X,1);
X = is the matrix you are trying to save. 1 is the number of sheet.
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!