Using fgetl() to read lines
Afficher commentaires plus anciens
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 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.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!