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

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

[Octave-bug-tracker] [bug #65155] Classdef Default Constructor


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #65155] Classdef Default Constructor
Date: Sun, 14 Jan 2024 19:20:24 -0500 (EST)

Follow-up Comment #1, bug#65155 (group octave):

In 9.0.1, and 7.2.1

a = class_without_ctor

gives me:

a =

  class_without_ctor object with properties:





If I add:

properties
 X=1;
end

and create it:


a =

  class_without_ctor object with properties:

      X: [1x1 double]


So functionality it is doing what matlab does or am I'm missing something on
what you are saying ? Does methods(a) show a constructor in its list in
matlab?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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