0001 function varargout = ismembc_octave(varargin) 0002 varargout = cell(nargout, 1); 0003 [varargout{:}] = ismember(varargin{:}); 0004 endfunction