Clear Filters
Clear Filters

how to concatenate multiple matrix files into a single file

4 views (last 30 days)
I have around 168 mat files with the same variable. I need to concatenate these files into a single mat file

Answers (1)

madhan ravi
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.

Categories

Find more on Creating and Concatenating Matrices 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!