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

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

[Octave-bug-tracker] [bug #57030] findobj does not work with a cell arra


From: Rik
Subject: [Octave-bug-tracker] [bug #57030] findobj does not work with a cell array property value
Date: Thu, 10 Oct 2019 12:19:12 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

Update of bug #57030 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Thanks for catching the typo.  I fixed the problem in this changeset
https://hg.savannah.gnu.org/hgweb/octave/rev/d4ee26280bb9.  This will be a
part of the next bug fix release of Octave, or you can download the m-file
from the Octave Mercurial repository if you need the fix sooner.

I kept lines 252-253 for performance.  Unlike in Matlab, the Octave isequal
function is not a built-in (i.e., a compiled function) so it is relatively
slow.  Therefore, if both arguments are numeric it is better to use the
compiled '==' operator for comparison.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57030>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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