Answer the question
In order to leave comments, you need to log in
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);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question