help-octave
[Top][All Lists]
Advanced

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

Octave prompt delay?


From: Matthias Brennwald
Subject: Octave prompt delay?
Date: Mon, 8 May 2006 15:57:21 +0200

Dear all,

Lets consider the following command file (m-file):

disp("Starting a job that may take a while to execute...")
fft(rand(1e4));
disp("...done.")

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

Matthias


reply via email to

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