How collect three different .mat files in one .mat file?
1 回表示 (過去 30 日間)
古いコメントを表示
I have three dataset of images each one with 30x10 double. I want to collect them in .mat file.
5 件のコメント
Stephen23
2018 年 9 月 29 日
@Bajdar Nour: please upload two .mat files by clicking the paperclip button.
回答 (1 件)
ANKUR KUMAR
2018 年 9 月 29 日
Just load the data. Once you can see all the variables in workspace, just write
save('file.mat')
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!