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

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

[Octave-bug-tracker] [bug #55383] Function handle does not evaluate the


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55383] Function handle does not evaluate the correct function for the given object type
Date: Fri, 4 Jan 2019 14:26:22 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of bug #55383 (project octave):

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

    _______________________________________________________

Follow-up Comment #7:

Ok, sorry for not looking deeper, you are right. It looks like the syntax


logFH = @(obj)log(obj);
logFH (x)


does work in Octave 4.4, but bug #48802 is still present, so using the syntax


logFH = @log;
logFH (x)


fails with the error reported here. So closing this as fixed for Octave 4.4,
with bug #48802 still open.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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