help-octave
[Top][All Lists]
Advanced

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

disp in a cycle?


From: Mikhail Zotov
Subject: disp in a cycle?
Date: Mon, 30 Aug 1999 14:46:53 +0400 (MSD)

Hi,

I am running octave under linux RH 6.0.
I have the following question (not found in FAQ).

Suppose my program contains the lines:

for i=1:10
    disp(i)
    <some operators>
endfor

Thus, I'd like to have the number of the current step displayed
while the cycle goes on.  But it happens that first the cycle
runs "silently", but when it is already over I get a column of
1
...
10

How can I fix this behavior?

Thank you,

Mikhail Zotov




---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

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