How do I append data to a CSV-file using MATLAB 7.9 (R2009b)?
Show older comments
I have a CSV file which I created using the following command.
csvwrite('fileName.csv',rand(10));
And now I would like to append an additional data to this file.
Accepted Answer
More Answers (0)
Categories
Find more on Variables 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!