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: Lukas Reichlin
Subject: [Octave-bug-tracker] [bug #34868] subsref crashes octave
Date: Mon, 21 Nov 2011 21:45:49 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22

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

Oops, copy-paste error.

>> a = 1:4
b.type = '()'
b.subs = 1:2
subsref (a, b(2:end))

a =

     1     2     3     4


b = 

    type: '()'


b = 

    type: '()'
    subs: [1 2]

Error using subsref
Subscript argument to SUBSREF and SUBSASGN must not be empty.
 
>> 

    _______________________________________________________

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]