photo

Stephan Koehler


Last seen: circa 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Statistica

  • First Review
  • First Submission
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Finding the indices of duplicate values in one array
A = [1 2 3 2 5 3] [v, w] = unique( A, 'stable' ); duplicate_indices = setdiff( 1:numel(A), w ) this should work too, and is e...

circa 5 anni fa | 9