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

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

[Octave-bug-tracker] [bug #34868] subsref crashes octave


From: Rik
Subject: [Octave-bug-tracker] [bug #34868] subsref crashes octave
Date: Tue, 22 Nov 2011 23:13:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #16, bug #34868 (project octave):

This makes sense to me as well.  I didn't have the correct analogy before. 
This is not indexing with a null matrix, but rather indexing with no argument
as you said.


x = 1:5;
x()
ans =

   1   2   3   4   5



I wouldn't bother to extend this behavior to user-defined methods.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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