MatrixBerryCore
ismember.m
Go to the documentation of this file.
1 function [isThereVec,varargout]=ismember(leftVec,rightVec,varargin)
2 varargout=cell(1,max(0,nargout-1));
3 [isThereVec,varargout{:}]=mxberry.core.ismemberjoint(...
4  {leftVec},{rightVec});
function ismember(in leftVec, in rightVec, in varargin)
ISMEMBER - ismember implementation for arrays of any type.