MATLAB: Load Multiple Files For Batch Processing (uigetfile)

In this video, I walk through setting up a simple load and loop structure that will facilitates batch processing. The code uses MATLAB's built-in uigetfile function to allow the user to manually select files to be processed. The code then loops through each file. Although no specific analysis is run on each file in this video, the general structure demonstrated can be used to batch process multiple files. GitHub: https://github.com/dkuhman