help-octave
[Top][All Lists]
Advanced

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

Re: enabling immediate output behavior


From: Francesco Potortì
Subject: Re: enabling immediate output behavior
Date: Fri, 23 Oct 2009 13:24:36 +0200

>In my case, for a couple of seconds, nothing happens. Then, the lines 
>are printed all at once in the inferior octave window. I am working on 
>emacs 23.1, which I compiled on Ubuntu 9.04.

Allright, try this:

octave> more off
octave> for i=1:20000 i=i+1; if (mod(i,4000)==0) disp(i); endif; endfor

And look at what happens

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

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