how to load multiple text file
이전 댓글 표시
hello, i have data
wani_dorsi_trial1.txt until wani_dorsi_trial30.txt
the problem here is that i dont know how to load all the file at once. please help me
답변 (1개)
Azzi Abdelmalek
2013년 5월 10일
편집: Azzi Abdelmalek
2013년 5월 10일
Use sprintf to generate multiple file name.
for k=1:30
filename=sprintf('wani_dorsi_trial%d.txt',k)
% do
end
카테고리
도움말 센터 및 File Exchange에서 Standard File Formats에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!