how to create several text files ?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
i have an input file, i would like to make edits on it and save each edit into different text files
Respuestas (1)
Image Analyst
el 7 de Dic. de 2014
0 votos
So I think fopen(), fprintf(), fgetl(), and fclose() will be very useful to you. See the help for examples.
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!