From help-octave-request at bevo dot che dot wisc dot edu Fri Jan 31 13:43:58 2003 Subject: Re: screen output during looping? From: "Ryan Mills" To: "Michael Creel" , "Carlo de Falco" Cc: Date: Fri, 31 Jan 2003 11:44:05 -0800 Also, if you end your lines with a semi-colon it will supress the output. If you don't want EVERYTHING to print to the screen, you can omit the ; on the end of the lines you want to print to the screen. Be careful though, a couple for loops generate a LOT of spam. ----- Original Message ----- From: "Carlo de Falco" To: "Michael Creel" Cc: Sent: Monday, January 27, 2003 6:38 AM Subject: Re: screen output during looping? > Just set > page_screen_output = 0 > c. > > > Luned́, 27 Gen 2003, alle 15:14 Europe/Rome, Michael Creel ha scritto: > > > Hello, > > I'm running a very long loop, and I'd like to see some intermediate > > results > > while the loop is running, to make sure things aren't going astray. I > > find > > that the program works fine, but all screen output is saved up until > > the loop > > finishes. Is this normal, and if so, is it possible to override? I'm > > using > > Octave 2.1.40, with octave forge add ons. > > > > Thanks, Michael > > > > > > > > ------------------------------------------------------------- > > Octave is freely available under the terms of the GNU GPL. > > > > Octave's home on the web: http://www.octave.org > > How to fund new projects: http://www.octave.org/funding.html > > Subscription information: http://www.octave.org/archive.html > > ------------------------------------------------------------- > > > > > > > ------------------------------------------------------------- > Octave is freely available under the terms of the GNU GPL. > > Octave's home on the web: http://www.octave.org > How to fund new projects: http://www.octave.org/funding.html > Subscription information: http://www.octave.org/archive.html > ------------------------------------------------------------- > ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------