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

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

[Octave-bug-tracker] [bug #58572] cellfun calls overloaded functions for


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58572] cellfun calls overloaded functions for class method isnumeric called instead of built-in isnumeric
Date: Mon, 15 Jun 2020 13:57:05 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #3, bug #58572 (project octave):

Results in Matlab R2020a with the updated "use_num" method:

>> ver = version
if exist ('OCTAVE_VERSION', 'builtin')
hg_id = eval('__octave_config_info__.hg_id');
end
ci = c_tst;
use_num_result = ci.use_num

ver =

    '9.8.0.1323502 (R2020a)'


ans = 

  struct with fields:

    function: 'isnumeric'
        type: 'classsimple'
        file: 'MATLAB built-in function'
       class: 'c_tst'


use_num_result =

  logical

   0



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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