help-octave
[Top][All Lists]
Advanced

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

Re: screen output during looping?


From: Ryan Mills
Subject: Re: screen output during looping?
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" <address@hidden>
To: "Michael Creel" <address@hidden>
Cc: <address@hidden>
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
-------------------------------------------------------------



reply via email to

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