[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'V(4)++' ?
From: |
Etienne Grossmann |
Subject: |
Re: 'V(4)++' ? |
Date: |
Mon, 20 Mar 2000 14:34:29 GMT |
Hello,
octave:1> OCTAVE_VERSION
OCTAVE_VERSION = 2.1.19
octave:2> a=ones(1,5);a(4)++;a
a =
1 1 1 2 1
so it works in 2.1.19.
Cheers,
Etienne
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- 'V(4)++' ?, Ted Harding, 2000/03/20
- Re: 'V(4)++' ?,
Etienne Grossmann <=