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

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

[Octave-bug-tracker] [bug #47755] Access to object arrays


From: Guillaume
Subject: [Octave-bug-tracker] [bug #47755] Access to object arrays
Date: Thu, 21 Apr 2016 17:06:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #47755 (project octave):

To be more precise, here is what happens with different syntax calls:


>> a.myprop
ans =  1
ans =  2
>> a.myprop()
error: can't perform indexing operation on array of myclass objects
>> myprop(a)
ans =
   1   2


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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