how to concatenate multiple matrix files into a single file
1 回表示 (過去 30 日間)
古いコメントを表示
I have around 168 mat files with the same variable. I need to concatenate these files into a single mat file
0 件のコメント
回答 (1 件)
madhan ravi
2019 年 1 月 18 日
編集済み: madhan ravi
2019 年 1 月 18 日
finally use vertcat() or horzcat() to concatenate and then save it as one .mat file.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!