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

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

[Octave-bug-tracker] [bug #61843] Regression with subscripted assignment


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #61843] Regression with subscripted assignments with arrays of objects
Date: Tue, 25 Jan 2022 13:57:04 -0500 (EST)

Follow-up Comment #2, bug #61843 (project octave):

this does seem to be a compatability concern:

matlab 2021b:

>> obj(1) = foo;
obj(2) = foo;
obj(1).a.b

ans =

     1

>> obj(1).a.b = 2

obj = 

  1×2 foo array with properties:

    a

>> obj(1).a.b

ans =

     2



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61843>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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