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

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

[Octave-bug-tracker] [bug #55766] properties function should not return


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #55766] properties function should not return Hidden properties
Date: Fri, 14 Jun 2019 14:43:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36

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

For the classdef of comment #2 I changed the first property name  "testprob"
to "testprob1" (bug #55767).  Then Matlab R2019a returns:


>> x = testprop;
>> properties (x)

Properties for class testprop:

    testprop1
    publictestprop
    notahiddentestprop

>> x

x = 

  testprop with properties:

             testprop1: 0
        publictestprop: 0
    notahiddentestprop: 0


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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