How to get all files under a specific directory in MATLAB?
Posted
by Runner
on Stack Overflow
See other posts from Stack Overflow
or by Runner
Published on 2010-04-16T11:49:14Z
Indexed on
2010/04/16
13:43 UTC
Read the original article
Hit count: 221
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...
© Stack Overflow or respective owner