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

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

[Octave-bug-tracker] [bug #66617] structfun assumes output arguments for


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #66617] structfun assumes output arguments for invoked command
Date: Thu, 16 Jan 2025 13:45:50 -0500 (EST)

Follow-up Comment #16, bug #66617 (group octave):

It looks like this is also fixed now that bug #66642 is fixed.
I'm seeing the following for the reproducer in comment #13 now:

octave:1> function [a,b]=f(x);a=x;end
octave:2> s = struct ("a", 1, "b", 4);
octave:3> [a,b]=structfun(@f,s)
error: cellfun: function returned fewer than nargout values
error: called from
    structfun at line 108 column 


Is there anything else that needs to be done for this report?



    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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