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

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

[Octave-bug-tracker] [bug #64783] Default number of output arguments not


From: Rik
Subject: [Octave-bug-tracker] [bug #64783] Default number of output arguments not 1 for anonymous functions
Date: Tue, 30 Jan 2024 13:18:24 -0500 (EST)

Update of bug#64783 (group octave):

                Severity:              3 - Normal => 2 - Minor              
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  I think the diagnosis is correct that Octave does not set the
expected nargout to 1 for anonymous functions.  Here is a simple workaround


[y] = feval (f, a);


which uses the interpreter to enforce only a single output.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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