V
V
Vezd2015-06-09 17:30:14
Mathematics
Vezd, 2015-06-09 17:30:14

In Scilab 5.5.2, when using the meof(f) function, the command window freezes. What is the problem?

I wrote the following listing in SkiNotes:

f=mopen('C:\TEK0000.txt');
i=0;
while ~meof(f) do
i=i+1;
end
mclose(f);

I press F5 (Save and execute) and the command window freezes. What is the reason and how to get rid of freezing?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question