Using fgetl() to read lines
이전 댓글 표시
How can I choose different line to read instead first line, using fgetl() formula?
Thank you.
채택된 답변
추가 답변 (1개)
Walter Roberson
2013년 1월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!