how to put path of a folder in a loop so the loop can open subfolders by itself
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Githin George
2022-7-21
编辑:Githin George
2022-7-22
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!