Using fgetl() to read lines
古いコメントを表示
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 1 月 10 日
0 投票
There is no method at the operating system level to position by line. The operating system itself uses fgetl() (or fgets()) to move forward by lines. MATLAB does not provide any "wrapper" over fgetl() to support skipping lines.
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!