how to concatenate multiple matrix files into a single file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have around 168 mat files with the same variable. I need to concatenate these files into a single mat file
0 comentarios
Respuestas (1)
madhan ravi
el 18 de En. de 2019
Editada: madhan ravi
el 18 de En. de 2019
finally use vertcat() or horzcat() to concatenate and then save it as one .mat file.
0 comentarios
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!