Find a specific word in a textfile and insert 2 new lines in front of it
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Hello,
I've got a very basic question which I can't seem to figure out. I've got a textfile in which I want to find the word 'Observation_3'. Then I want to insert 2 new lines in front of the word 'Observation_3'. Can anyone help?
Thank you.
4 commentaires
  Rik
      
      
 le 6 Août 2020
				insterttext=sprintf('%s\n%\s\n','hello','world');
newfiletext = [filetext(1:(endIndex-14)) insterttext filetext((endIndex-13):end)];
Réponses (0)
Voir également
Catégories
				En savoir plus sur Text Data Preparation 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!


