Merge multiple .txt files
Mostrar comentarios más antiguos
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 comentarios
Stephen23
el 19 de Mayo de 2020
Select an appropriate file importing tool:
Import the file data in a loop:
Concatenate.
Write to file.
Ivan Mich
el 22 de Mayo de 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:
Respuestas (0)
Categorías
Más información sobre Standard File Formats en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!