how to concatenate multiple matrix files into a single file
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have around 168 mat files with the same variable. I need to concatenate these files into a single mat file
0 Kommentare
Antworten (1)
madhan ravi
am 18 Jan. 2019
Bearbeitet: madhan ravi
am 18 Jan. 2019
finally use vertcat() or horzcat() to concatenate and then save it as one .mat file.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!