How can i read text file?
古いコメントを表示

i want to read text file but i want to start from 5 row to 230. In Addition i want to read Parameters till semicolon. Do you have any opinion?
3 件のコメント
Geoff Hayes
2015 年 1 月 26 日
What can you say about your text file? It appears to have a number of header rows, and a number of columns that are delimited by semi colons. try using importdata to read in the data. Use the option to ignore the first four rows and the delimiter option to indicate that each column is separated by a semi-colon.
cemsi888
2015 年 1 月 26 日
cemsi888
2015 年 1 月 26 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
