I have the following file structure:
dir
|______folder
| |___file1
| |___file2...
|
|____script
So script and folder are in the same directory and all the files in folder are .mat files. I just want to import every .mat file in folder into script. I have tried tons of other strategies but for some reason it doesn't like the way I have things set up. Any and all input is appreciated!