Merge multiple .txt files
Ältere Kommentare anzeigen
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 Kommentare
Stephen23
am 19 Mai 2020
Select an appropriate file importing tool:
Import the file data in a loop:
Concatenate.
Write to file.
Ivan Mich
am 22 Mai 2020
"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:
Antworten (0)
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!