[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Variable output...
From: |
Robert A. Macy |
Subject: |
Re: Variable output... |
Date: |
Thu, 19 Jan 2006 11:19:22 -0800 |
Here is some history.
By the way, this didn't fix my problem.
- Robert -
From: "Robert A. Macy" <address@hidden>
Subject: Re: silly question
Date: Sun, 20 Mar 2005 19:26:50 -0800
To: "Dmitri A. Sergatskov" <address@hidden>
Cc: address@hidden
Dmitri,
That's EXACTLY what I needed. Thank you.
But odd that page_output_immediately is so often set to
non-zero values?
Any ideas on that?
- Robert -
On Sun, 20 Mar 2005 20:16:07 -0700
"Dmitri A. Sergatskov" <address@hidden> wrote:
>
>
> Robert A. Macy wrote:
> ...
> >
> > The program takes over 10 minutes to run each time, so
> I
> > enjoyed the little printouts to let me know the program
> > wasn't dead. Any ideas?
> >
> > - Robert -
>
> help page_output_immediately
> help waitbar
>
> Also,
> help more may be of some interest.
>
> Hope that helps.
>
> Dmitri.
> --
On Thu, 19 Jan 2006 20:09:18 +0100
Ernesto Tapia <address@hidden> wrote:
> Dear List,
>
> I wrote an octave program, where I use an iterative
> method. It looks something
> like this:
>
> ...
> while condition
> ...
> iteration= iteration + 1
> ...
> end
>
> I want to see some variable values during the iteration
> step, but that values
> are shown when the program ends. I think octave uses a
> program similar to
> less to see the data. How can I change this behavior in
> octave, so that i can
> see the values during the iteration?
>
> Thank you in advance,
>
> Ernesto.
-------------------------------------------------------------
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
-------------------------------------------------------------