How collect three different .mat files in one .mat file?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have three dataset of images each one with 30x10 double. I want to collect them in .mat file.
5 comentarios
Stephen23
el 29 de Sept. de 2018
@Bajdar Nour: please upload two .mat files by clicking the paperclip button.
Respuestas (1)
ANKUR KUMAR
el 29 de Sept. de 2018
Just load the data. Once you can see all the variables in workspace, just write
save('file.mat')
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!