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

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

[Octave-bug-tracker] [bug #36221] using ~ as optional output for unique


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #36221] using ~ as optional output for unique causes error in ismember
Date: Thu, 19 Apr 2012 13:27:01 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Iceweasel/10.0.2

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

Ben, I see the problem now.  It must be related to varargout processing
because I don't see it if I use a function like


function [a, b, c] = f ()
  if (isargout (1)) a = 1; endif
  if (isargout (2)) b = 2; endif
  if (isargout (3)) c = 3; endif
endfunction


Sorry about the confusion.

I'll check it out.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36221>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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