help-octave
[Top][All Lists]
Advanced

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

sound, and a looping thing


From: John W. Eaton
Subject: sound, and a looping thing
Date: Wed, 26 Nov 2003 13:23:38 -0600

On 26-Nov-2003, Crispin <address@hidden> wrote:

| 2. I tried one of the examples in the manual - the following:
| x.a = 1
| x.b = [1, 2; 3, 4]
| x.c = "string"
| for [val, key] = x
|   key
|   val
| endfor
| 
| and Octave crashes (running under cygwin here).  Interrupting reveals
| that it's looping infinitely over x.a without ever progressing to x.b
| and x.c.  Is this a bug or have I typed something silly?

Seems to work properly with 2.1.50 on my Debian system.  What version
are you using?

jwe



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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