How to delete repeating header lines from text file
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Walter Roberson
2016 年 9 月 15 日
0 投票
Is the "SJSU" always going to be the same? If so then you could perhaps take advantage of the CommentStyle of textscan()
カテゴリ
ヘルプ センター および File Exchange で Data Import and Export についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!