How to add data to an existing txt file which already contains some lines ?
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
bh dhouha
el 6 de Ag. de 2015
Comentada: Marisabel Gonzalez
el 5 de Abr. de 2019
How to add data to an existing txt file which already contains some lines ?
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 6 de Ag. de 2015
a=[1 2 3;4 5 6]
dlmwrite('file.txt',a,'-append','newline','pc')
1 comentario
Ver también
Categorías
Más información sobre Low-Level File I/O en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!