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

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

[Octave-bug-tracker] [bug #65214] Evaluation of properties referencing o


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65214] Evaluation of properties referencing other properties fails
Date: Fri, 26 Jan 2024 10:36:12 -0500 (EST)

Follow-up Comment #2, bug#65214 (group octave):

using matlab 2023b, the original class with MinBug.A works. :

>> obj = MinBug()

obj = 

  MinBug with properties:

    A: 1
    B: 2


if i change the 

 B = MinBug.A * 2

line to 

 B = A * 2

i get an error:

>> obj = MinBug()
Invalid default value for property 'B' in class 'MinBug':
Unrecognized function or variable 'A'.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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