Extract variables from multiple .mat files
이전 댓글 표시
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?
답변 (2개)
Fangjun Jiang
2011년 9월 15일
0 개 추천
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
Angela Bowman
2011년 9월 16일
Fangjun Jiang
2011년 9월 16일
You'll have to know how to get the variable assuming you are doing it manually one by one (by selecting a particular row and column) first and then write a program to do it automatically. Provide some representative data so it's easy to test it out.
Angela Bowman
2011년 9월 16일
Fangjun Jiang
2011년 9월 16일
So how do you pick the value then?
Walter Roberson
2011년 9월 15일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Data Import and Export에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!