[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Variable output...
From: |
Ernesto Tapia |
Subject: |
Variable output... |
Date: |
Thu, 19 Jan 2006 20:09:18 +0100 |
User-agent: |
KMail/1.8.2 |
Dear List,
I wrote an octave program, where I use an iterative method. It looks something
like this:
...
while condition
...
iteration= iteration + 1
...
end
I want to see some variable values during the iteration step, but that values
are shown when the program ends. I think octave uses a program similar to
less to see the data. How can I change this behavior in octave, so that i can
see the values during the iteration?
Thank you in advance,
Ernesto.
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- Variable output...,
Ernesto Tapia <=