Using fgetl() to read lines
Show older comments
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
Accepted Answer
More Answers (1)
Walter Roberson
on 10 Jan 2013
0 votes
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.
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!