How do I import/load multiple files from folder in MATLAB?
6 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
madhan ravi
2018 年 10 月 18 日
編集済み: madhan ravi
2018 年 10 月 18 日
AllFiles=dir('*.mat'); %just specify the format correctly
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!