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 个评论
回答(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!