Search through folders and subfolders to collect data saved as a certain name
1 次查看(过去 30 天)
显示 更早的评论
I've read documentation on different sectionf of this problem but I don't quite understand how to structure the script to search through dubfolders to pull out a .mat saved under a certain name "Data01.mat", "Data02.mat". I'll be taking this script to also save in the same folder with a slightly different name as well.
2 个评论
Rik
2020-5-12
Using dir with a double asterisk should do the trick. Do you want to find all mat files in your folders?
回答(1 个)
另请参阅
类别
在 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!