how to put path of a folder in a loop so the loop can open subfolders by itself
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Githin George
on 21 Jul 2022
Edited: Githin George
on 22 Jul 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 Comments
See Also
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!