help-octave
[Top][All Lists]
Advanced

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

parse error/bug


From: John W. Eaton
Subject: parse error/bug
Date: Tue, 23 Mar 1999 17:44:03 -0600 (CST)

On 23-Mar-1999, Daniel Heiserer <address@hidden> wrote:

| I have a problem. Octave doesn't assign 'ls' to new values
| if used in the [] assignment:
| 
| octave:28> [nr,ls]=size(b)
| parse error:
| 
| >>> [nr,ls]=size(b)
|                   ^
| 
| assigning ls in a more simple way it works.
| octave:28> ls=3
| ls = 3

This problem will be fixed in 2.0.14.  It should also be fixed in the
latest test release.

jwe



reply via email to

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