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

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

[Octave-bug-tracker] [bug #59451] Function handles become invalid if pat


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59451] Function handles become invalid if path to function is removed
Date: Fri, 13 Nov 2020 13:32:54 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63

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

Output in Matlab R2020b:

>> format compact
>> fhtst
calling fcn directly
ans =
    'double'
ans =
    'single'
ans =
    'single'
ans =
    'single'
ans =
    'none'
calling fcn through handle
ans =
    'double'
ans =
    'single'
ans =
    'single'
ans =
    'single'
ans =
    'none'



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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