help-octave
[Top][All Lists]
Advanced

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

Re: ismembc?


From: fork
Subject: Re: ismembc?
Date: Tue, 29 Nov 2011 17:44:40 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

John W. Eaton <jwe <at> octave.org> writes:

>   function varargout = ismembc (varargin)
>     varargout = cell (nargout, 1);
>     [varargout{:}] = ismember (varargin{:});
>   endfunction

that is the easiest I think.  Thanks!



reply via email to

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