creating separately named .mat files and combining
이전 댓글 표시
I have code that I have to run 10 times manually. each time, i want it to record certain data in a .mat file, take those ten separate files, combine and sort so I can use for analysis. Can someone help? The data is just two columns of data.
답변 (1개)
Image Analyst
2015년 4월 21일
1 개 추천
See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F You can use the sample code in there to both create filenames for outputting your .mat files, and for getting mat filenames to read back in. Then use load() and sort() to do whatever you want to do with them.
카테고리
도움말 센터 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!