MATLAB: Matlab equivalent to Python’s “glob”

finding files by type and new files

I have found the Python function "glob" to be very useful in scanning directories to see if new files have arrived. Is there something similar in matlab?

Best Answer

No, there is not.
Some Matlab File Exchange contributions that might help include 19550 and 20814 and 22544 and 8682