Using fgetl() to read lines
Ältere Kommentare anzeigen
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 10 Jan. 2013
0 Stimmen
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.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!