How collect three different .mat files in one .mat file?
1 view (last 30 days)
Show older comments
I have three dataset of images each one with 30x10 double. I want to collect them in .mat file.
5 Comments
Stephen23
on 29 Sep 2018
@Bajdar Nour: please upload two .mat files by clicking the paperclip button.
Answers (1)
ANKUR KUMAR
on 29 Sep 2018
Just load the data. Once you can see all the variables in workspace, just write
save('file.mat')
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!