How to get all files under a specific directory in MATLAB?
Asked 07 September, 2021
Viewed 2.2K times
  • 56
Votes

I need to get all those files under D:dic and loop over them to further process individually.

Does MATLAB support this kind of operations?

It can be done in other scripts like PHP,Python...

8 Answer