% -*- texinfo -*- % @deftypefn {Function File} {} setxor (@var{a}, @var{b}) % @deftypefnx {Function File} {} setxor (@var{a}, @var{b}, 'rows') % % Return the elements exclusive to @var{a} or @var{b}, sorted in ascending % order. If @var{a} and @var{b} are both column vectors return a column % vector, otherwise return a row vector. % % @deftypefnx {Function File} {[@var{c}, @var{ia}, @var{ib}] =} setxor (@var{a}, @var{b}) % % Return index vectors @var{ia} and @var{ib} such that @code{a == c(ia)} and % @code{b == c(ib)}. % % @seealso{unique, union, intersect, setdiff, ismember} % @end deftypefn