how to read multiple text files with for loop
조회 수: 1 (최근 30일)
이전 댓글 표시
I have text files in a folder such as tax_1.txt, tax_2.txt, ..., tax_100.txt.
And in the folder, there is a line " taxCv = [1,0,0,0; 3,0,1,0]; " or "taxCv = [5,0,0,1];" or taxCv = [1,0,0,0;3,0,0,1;4,0,0,0;6,0,1,0];"
I would like to know how the files can be read in a loop.
Thank you so much.
댓글 수: 2
Jan
2019년 1월 17일
"In the folder ther is a line..." - how can a folder contain lines? What does "read files in a loop" mean? "Read" means to import the contents of the files as text usually. Is this wanted?
What is the difference to the question madhan has posted teh link to?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!