help-octave
[Top][All Lists]
Advanced

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

Re: Variable output...


From: Joe Koski
Subject: Re: Variable output...
Date: Thu, 19 Jan 2006 14:18:22 -0700
User-agent: Microsoft-Entourage/11.2.1.051004

Robert,

I also have some long runs. I turn off the more filter with more off; then
stick disp(['loop ',int2str(k),' completed']) or similar at some
informative, but not too obnoxiously frequent part of the code. Then I can
go browse my e-mail while keeping an eye on the octave run.

Joe


on 1/19/06 12:19 PM, Robert A. Macy at address@hidden wrote:

> 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
> -------------------------------------------------------------
> 




-------------------------------------------------------------
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]