Exporting specific elements alone from a text file
2 ビュー (過去 30 日間)
古いコメントを表示
A text file of mine looks like this. I want to export all the numbers under the 8th (AOI Name), 18th (Fixation start) and 20th (Fixation end) columns. Can anyone suggest me a function that would help in this case with an example if possible?
PS: I think dlmread cannot be used since it expects only numeric data.
0 件のコメント
回答 (1 件)
Stephen23
2016 年 4 月 22 日
If the file has a fixed column-structure, with mixed string and numeric data, then you can use textscan to select particular columns and read them into MATLAB.
2 件のコメント
Stephen23
2016 年 4 月 22 日
If you make a comment and upload your file then I can help you to make it work.
参考
カテゴリ
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!