how to create several text files ?

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.

This question is closed.

Tags

Asked:

on 7 Dec 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!