[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in "for ()"
From: |
Daniel Heiserer |
Subject: |
bug in "for ()" |
Date: |
Wed, 08 Nov 2000 04:46:56 +0100 |
Hi,
the following loop does not work:
-----
for (ii=1:5)
end
------
but the following does
-------
for ii=1:5
end
--------
In matlab both variants work.
daniel
-------------------------------------------------------------
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
-------------------------------------------------------------
- bug in "for ()",
Daniel Heiserer <=