How to delete repeating header lines from text file
Show older comments
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.
Accepted Answer
More Answers (1)
Walter Roberson
on 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 Comment
Bruno Rodriguez
on 15 Sep 2016
Categories
Find more on Environment and Settings in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!