MATLAB: Read batch data files

#readfiles

I need to read more than one set of matrices 200. How can I automate the process of reading these matrices? The files are named in ascending order.
Thank you.

Best Answer

Use dir to get the names of the files and then use a for loop to process the files.