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

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

[Octave-bug-tracker] [bug #58695] Array is left empty if an element is a


From: Fernando
Subject: [Octave-bug-tracker] [bug #58695] Array is left empty if an element is a function call returning nothing
Date: Wed, 8 Jul 2020 10:52:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #12, bug #58695 (project octave):

Here is the output to those sentences (I had to define functions f1 and f2 in
separe files, as Matlab does not allow function definitions from the command
prompt): 


>> x=f1
Error using f1
Too many output arguments.
 
>> x=f2
Error using f2
Too many output arguments.
 
>> [1, f1, 2]
Error using f1
Too many output arguments.
 
>> [1, f2, 2]
Error using f2
Too many output arguments.


Thank you very much. Of course you can use my full name, which is Fernando
Alvarruiz.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía Savannah
  https://savannah.gnu.org/




reply via email to

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