Using fgetl() to read lines
Mostra commenti meno recenti
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
Risposta accettata
Più risposte (1)
Walter Roberson
il 10 Gen 2013
0 voti
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.
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!