help-octave
[Top][All Lists]
Advanced

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

Re: display message


From: Ben Abbott
Subject: Re: display message
Date: Thu, 22 Nov 2007 13:46:42 -0500


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

Ben


reply via email to

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