How to skip randomly occurring header lines using textscan

2 Ansichten (letzte 30 Tage)
Par
Par am 20 Dez. 2011
Hello,
I wish to use textscan to read a large text file have two tab separated numbers in each line. The problem is, once in a while, the file has a header line beginning with a '>' character. How do I use textscan to read the file skipping the header lines whenever they occur? I tried using fgetl and the code has been running for several hours and is still running! I know textscan will do it in seconds. If anybody knows a solution, please help.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 20 Dez. 2011
Provided that the '>' does not occur otherwise, use 'CommentStyle', '>' as a textscan parameter/value pair, and it will ignore from the '>' to the end of the line.
  1 Kommentar
Par
Par am 20 Dez. 2011
Thanks Walter! To think of it, this solution was right under my nose, I just needed to read the help carefully. Nevertheless, I missed it. I needed someone like you to point this out to me! Thanks again.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Export finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by