|
| From: | Fernando |
| Subject: | [Octave-bug-tracker] [bug #58953] Error with 'end' in index expression with nested function calls |
| Date: | Sat, 12 Sep 2020 08:06:38 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0 |
Follow-up Comment #29, bug #58953 (project octave):
My previous message was truncated for some reason. The final part was:
>> obj=myclass(1:5)
obj =
myclass with properties:
data: [1 2 3 4 5]
>> obj.methodA
Not enough input arguments.
Error in myclass/methodA (line 10)
r = val;
>> obj.methodA(end)
Not enough input arguments.
Error in myclass/methodA (line 10)
r = val;
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58953>
_______________________________________________
Mensaje enviado vía Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |