Fgetl in a while loop.

3 次查看(过去 30 天)
Lucas  Buckels
Lucas Buckels 2017-4-3
In the code in the attached picture, does the first fgetl read the first line (Apple) and str2num(fgetl(file) read the second line (65.1)?
  4 个评论
Lucas  Buckels
Lucas Buckels 2017-4-4
I was provided the code to study from and yes I did test it, but I was still confused as to why it works. I am trying to see if that is why this code works so I know for the future.
Lucas  Buckels
Lucas Buckels 2017-4-4
I am still shaky using fgetl

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2017-4-4
"does the first fgetl read the first line (Apple) and str2num(fgetl(file) read the second line"
Yes.
Question for you: what name is going to be reported if the file is empty?

类别

Help CenterFile Exchange 中查找有关 Search Path 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by