octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32381] Another syntactic change between 3.2 a


From: Pascal Dupuis
Subject: [Octave-bug-tracker] [bug #32381] Another syntactic change between 3.2 and 3.3.92
Date: Mon, 07 Feb 2011 20:18:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

URL:
  <http://savannah.gnu.org/bugs/?32381>

                 Summary: Another syntactic change between 3.2 and 3.3.92
                 Project: GNU Octave
            Submitted by: cdemills
            Submitted on: lun 07 fév 2011 20:18:01 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: Pascal Dupuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello,
found recently an expression which was valid under 3.2 and isn't accepted
anymore:
R = randn(3,3)
R.R = R
The purpose is to transform the matrix into a structure whose a field name is
'R'. Workaround:

dummy = R; R=[]; R.R = dummy;

Under 3.3.92, the first approach results in
error: invalid assignment to cs-list outside multiple assignment

Regards

Pascal




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32381>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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