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!