- Read the all CSV files into MATLAB workspace using "readtable" function.
- Concatenate all the tables into one using "vertcat".
- In Classification Learner app, select the final combined table as the input.
- The data from the table should now be loaded into the Classification Learner app.
- "classificationLearner": https://www.mathworks.com/help/stats/classificationlearner-app.html
- "readtable": https://www.mathworks.com/help/matlab/ref/readtable.html
- "vertcat": https://www.mathworks.com/help/matlab/ref/double.vertcat.html