Extract variables from multiple .mat files
2 ビュー (過去 30 日間)
古いコメントを表示
I have ~250 *.mat files in a year with ~25 variables in each file. I need to extract 1 variable from all of the files and create a new *.mat file to validate against other data.
What is the best way to solve this?
0 件のコメント
回答 (2 件)
Fangjun Jiang
2011 年 9 月 15 日
My code in this answer could be used for your task too. Take a look to see if you have further questions. Basically, you need to go through a for-loop looping on your ~250 .mat files, taking one variable at a time.
4 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!