how to put path of a folder in a loop so the loop can open subfolders by itself
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Githin George
el 21 de Jul. de 2022
Editada: Githin George
el 22 de Jul. de 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 comentarios
Ver también
Categorías
Más información sobre File Operations 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!