how to concatenate multiple matrix files into a single file
3 views (last 30 days)
Show older comments
I have around 168 mat files with the same variable. I need to concatenate these files into a single mat file
0 Comments
Answers (1)
madhan ravi
on 18 Jan 2019
Edited: madhan ravi
on 18 Jan 2019
finally use vertcat() or horzcat() to concatenate and then save it as one .mat file.
0 Comments
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!