Importing text file

1 vue (au cours des 30 derniers jours)
Ryan Freeman
Ryan Freeman le 26 Juil 2011
I want to import data from a text file that has many headers. For examlple the file would look like:
Frame(1/8139) red green blue 1 5 7 2 5 12
It is very long and each frame has the same header. Is there a way to skip over the lines with letters and only import the data?
  1 commentaire
Fangjun Jiang
Fangjun Jiang le 27 Juil 2011
Provide a little bit more of your example file, you might get better help.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 27 Juil 2011
If you use textscan() and set the CommentStyle to be 'F', then everything from the F to the end of the line will be skipped.

Catégories

En savoir plus sur Standard File Formats dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by