How do I import/load multiple files from folder in MATLAB?

37 views (last 30 days)
I have files named as 1.mat, 2.mat, ......, 365.mat in a one folder (C:\Users\DELL\Desktop\mat files). I need to import/load all these files one after one in workspace. How to do this by using 'for loop'?
1.mat is 2400*365 double and within the loop I want to use reshape function.
Thank you for the help in advance.

Accepted Answer

madhan ravi
madhan ravi on 18 Oct 2018
Edited: madhan ravi on 18 Oct 2018
AllFiles=dir('*.mat'); %just specify the format correctly

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!