How to delete repeating header lines from text file
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 15 de Sept. de 2016
0 votos
Is the "SJSU" always going to be the same? If so then you could perhaps take advantage of the CommentStyle of textscan()
1 comentario
Bruno Rodriguez
el 15 de Sept. de 2016
Categorías
Más información sobre Data Import and Export en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!