MATLAB: Loading a mat file using its location, without knowing its name

.mat fileload

I have a large group of mat-files with random names, in a specific folder. I want to load them in a for loop, sequentially.
Is it possible to load them without entering all of file-names in my code?
I really appreciate any help you can provide.

Best Answer

How can I process a sequence of files? Second method there'd work for you.