How to edit specific lines of a large text file?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ehsan Fatourehchi
le 24 Mar 2017
Modifié(e) : Ehsan Fatourehchi
le 7 Avr 2017
Hi all, I have a large text file, about 7000 lines, and I need to read and edit specific lines, 300 lines, in the middle of the file. How can I skip unneeded lines?
2 commentaires
ES
le 24 Mar 2017
Some more details?
Do you know which specific line number, line content you should start editing?
Réponse acceptée
dbmn
le 24 Mar 2017
If you already know the line number that you need to edit, I suggest to use one of the following solutions on matlabcentral https://de.mathworks.com/matlabcentral/answers/62986-how-to-change-a-specific-line-in-a-text-file
If you dont know your line number yet, but know some test-marker (f.ex. TEMP....TEMP) you can read on the Matlab functions
regexprep
regexp
or check out this answer
hope this helps.
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!