Importing text file
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Fangjun Jiang
2011 年 7 月 27 日
Provide a little bit more of your example file, you might get better help.
回答 (1 件)
Walter Roberson
2011 年 7 月 27 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!