How to write data to an exact row in a text file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, I need to edit a parameter text file for my task and I need to change the value on i.e. 30th row of that parameter file with a loop then save the file. I've tried to come up with a function that does the trick, but couldn't find a proper one.
I'll be faithful if someone can offer some guidance. Thanks in advance.
2 Commenti
Azzi Abdelmalek
il 2 Ott 2012
Modificato: Azzi Abdelmalek
il 2 Ott 2012
What kind of data are in your file, why don't you post a sample of your text file?
don't comment your question with an answer, just post a comment like I did
Risposta accettata
Walter Roberson
il 2 Ott 2012
There is no MATLAB function for changing a particular row of a text file. You will need to read the existing file and write a new copy of the file.
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Text Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!