help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ending a script without restarting Octave


From: rayc31415
Subject: Ending a script without restarting Octave
Date: Sat, 25 Jan 2014 21:47:10 -0800 (PST)

Just a beginners question here.  I have a .m script.  When it runs, the
terminal goes from taking inputs 

>>

to the output of the script.  Then it says (END) after the script has been
run.  Any key press causes a beep. Is there a way of getting it to go back
to accepting inputs after the script has been run?  It's kind of annoying
that I have to restart octave every time I was to re-run a script.  Here is
the program:

x=0;
fileID = fopen('LOG.txt','r');
while (x<10)
 x=x+1
num= fgetl(fileID)
end



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Ending-a-script-without-restarting-Octave-tp4661395.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]