how to put path of a folder in a loop so the loop can open subfolders by itself
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a folder which contains 38 subfolders and i need a for loop to open the base folder and open the subfolders and do some operations on the files in it. name of subfolders are AEMI8_1, AEMI8_2 ,..... does anyone have a solution? I use path and dir() but i don't know anything further.
0 commentaires
Réponses (1)
Githin George
le 21 Juil 2022
Modifié(e) : Githin George
le 22 Juil 2022
Hi Souzan,
My understanding is that you need to enter into the subfolders one by one, do certain operations and exit from the subfolder and continue the process.
You can try using usthe cd command in matlab to get into the subfolders. For more info you can take a look at the doc here.
You can use a for loop to get into the subfolders iteratively, since the names are in a sequence.
0 commentaires
Voir également
Catégories
En savoir plus sur File Operations 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!