Using fgetl() to read lines
Mostrar comentarios más antiguos
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 10 de En. de 2013
0 votos
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.
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!