how to create several text files ?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
i have an input file, i would like to make edits on it and save each edit into different text files
Answers (1)
Image Analyst
on 7 Dec 2014
0 votes
So I think fopen(), fprintf(), fgetl(), and fclose() will be very useful to you. See the help for examples.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!