How collect three different .mat files in one .mat file?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have three dataset of images each one with 30x10 double. I want to collect them in .mat file.
5 commentaires
Stephen23
le 29 Sep 2018
@Bajdar Nour: please upload two .mat files by clicking the paperclip button.
Réponses (1)
ANKUR KUMAR
le 29 Sep 2018
Just load the data. Once you can see all the variables in workspace, just write
save('file.mat')
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!