converting matlab to .csv file
8 ビュー (過去 30 日間)
古いコメントを表示
I have a lot of matlab data files, is there a tool that will convert these files to a .csv file?
thanks....kim
採用された回答
Walter Roberson
2011 年 4 月 1 日
csvwrite() or dlmwrite()
If the .mat files involves multiple variables, how do you want to put together the .csv file?
If the .mat files involve cell arrays, you may need to use xlswrite() or format the data yourself with fprintf()
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!