Info

This question is closed. Reopen it to edit or answer.

how to create several text files ?

2 views (last 30 days)
Eltigani hamad
Eltigani hamad on 7 Dec 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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
Image Analyst on 7 Dec 2014
So I think fopen(), fprintf(), fgetl(), and fclose() will be very useful to you. See the help for examples.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!