How to add data to an existing txt file which already contains some lines ?
Show older comments
How to add data to an existing txt file which already contains some lines ?
Accepted Answer
More Answers (1)
Read the fopen documentation and have a look at the permission options. You will find the permission 'a' or 'a+' of particular interest.
Categories
Find more on Low-Level File I/O in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!