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!