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

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

[Octave-bug-tracker] [bug #48867] delete elements from array with indire


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48867] delete elements from array with indirect empty matrix
Date: Tue, 23 Aug 2016 14:52:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Update of bug #48867 (project octave):

                Priority:              5 - Normal => 3 - Low                
                 Release:                   4.0.3 => dev                    

    _______________________________________________________

Follow-up Comment #1:

The token "[]" is handled as the special type "null_matrix" in Octave, which
looks like it is only handled specially for assignment statements in the
language. Once it is assigned to something else or passed into a function like
double(), it is no longer a null_matrix.

Maybe in the function subsasgn, any empty matrix argument could be recognized
and replaced with a null_matrix when the underlying subsasgn object method is
called.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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