How do i convert 2D matrices mat files into a csv file?
6 ビュー (過去 30 日間)
古いコメントを表示
I have a dataset in data.mat file with 27 variables and each variable has different dimensions. I want to convert this data.mat file into csv file. Is it possible to have all variables in one csv file?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1268460/image.jpeg)
0 件のコメント
採用された回答
Nikhilesh
2023 年 1 月 19 日
You can write a for loop to write all the data of these .mat files onto an .csv file.
Please refer the following discussion
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!