help-octave
[Top][All Lists]
Advanced

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

Re: display message


From: John W. Eaton
Subject: Re: display message
Date: Thu, 22 Nov 2007 13:09:20 -0600

On 22-Nov-2007, Ben Abbott wrote:

| 
| On Nov 22, 2007, at 7:15 AM, John Jones wrote:
| 
| >
| > I'm running a long code and I would like octave to display some  
| > comments when
| > different stages of the code are complete. I've been using
| >
| > disp('text.....')
| >
| > in matlab and this works fine. In octave it doesn't display the  
| > messages as
| > the code is running but rather all together when it finishes. Not  
| > much use
| > if the code takes  several days!
| >
| > Any ideas?
| 
| Try ...
| 
| disp('text ...')
| drawnow

Or maybe just

  more off

before running the script.

jwe


reply via email to

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