fork download
  1. function ic = f920(a)
  2. [~, ~, ic] = unique(a);
  3. end
  4. f920([-6 3 9 5 3 -7])
Success #stdin #stdout 0.25s 411712KB
stdin
Standard input is empty
stdout
ans =

   2   3   5   4   3   1