How to delete repeating header lines from text file
Afficher commentaires plus anciens
I have a text file consisting of a recurring sequence, made up of 4 header lines followed by 37 lines of data, then another 4 header lines, and so on (see attached txt file). One complication is that each set of headers is slightly different since it incorporates varying numbers. I want to delete all of these header lines and be left with the remaining data.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 15 Sep 2016
0 votes
Is the "SJSU" always going to be the same? If so then you could perhaps take advantage of the CommentStyle of textscan()
1 commentaire
Bruno Rodriguez
le 15 Sep 2016
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!