Merge multiple .txt files
이전 댓글 표시
I would like to merge multiple .txt files, and create ONE .txt file with the conte of all .txt files.
How could I do that?
댓글 수: 3
Stephen23
2020년 5월 19일
Select an appropriate file importing tool:
Import the file data in a loop:
Concatenate.
Write to file.
Ivan Mich
2020년 5월 22일
"For .txt files what to do?"
CSV files are text files.
What functions to use depends on the formatting of those text files, which you have not told us. You can select the functinos yourself here:
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!