How to add data to an existing txt file which already contains some lines ?
25 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
bh dhouha
le 6 Août 2015
Commenté : Marisabel Gonzalez
le 5 Avr 2019
How to add data to an existing txt file which already contains some lines ?
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 6 Août 2015
a=[1 2 3;4 5 6]
dlmwrite('file.txt',a,'-append','newline','pc')
1 commentaire
Voir également
Catégories
En savoir plus sur Low-Level File I/O dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!