how to concatenate multiple matrix files into a single file
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have around 168 mat files with the same variable. I need to concatenate these files into a single mat file
0 commentaires
Réponses (1)
madhan ravi
le 18 Jan 2019
Modifié(e) : madhan ravi
le 18 Jan 2019
finally use vertcat() or horzcat() to concatenate and then save it as one .mat file.
0 commentaires
Voir également
Catégories
En savoir plus sur Structures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!