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

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

[Octave-bug-tracker] [bug #30666] error: invalid assignment to cs-list o


From: Judd Storrs
Subject: [Octave-bug-tracker] [bug #30666] error: invalid assignment to cs-list outside multiple assignment.
Date: Fri, 06 Aug 2010 17:24:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

Follow-up Comment #3, bug #30666 (project octave):

I asked a buddy to check this out in the M. Apparently M also hates it with
this result:

>> a = ones(2,1) ;
>> a.x = a ;
??? Warning: Struct field assignment overwrites a value with class "double".
 See MATLAB 7.0.4 Release Notes, Assigning Nonstructure Variables As
Structures Displays Warning for details.
>> 

The release note indicates that prior to 7.0.4 this would not produce an
error and that the variable would be quietly converted to a structure.
Additionally the release note goes on to politely explain that if you're doing
this, you're doing it wrong.

http://www.mathworks.com/access/helpdesk/help/techdoc/rn/f22-1009915.html#f22-1008689


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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