help-octave
[Top][All Lists]
Advanced

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

Re: Octave prompt delay?


From: Bill Denney
Subject: Re: Octave prompt delay?
Date: Mon, 8 May 2006 10:47:08 -0400 (EDT)

On Mon, 8 May 2006, Matthias Brennwald wrote:

When I run this file in Octave, Octave seems to be too busy to
display the first message while executing the fft. The first messages
is printed on the screen only after the fft is done. Is there a way
to make Octave 'flush' its 'disp' command(s) before starting the fft
(or any other heavy task)?

You want to use the

more("off")

command before running your script. That will disable buffering of output.

Etienne, could you add this to the FAQ?

Bill

--
"Women waste men's lives and think they have indemnified them by a few
gracious words."
  -- Balzac



reply via email to

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