Filter löschen
Filter löschen

Check if there are repeated elements in a vector

45 Ansichten (letzte 30 Tage)
Max
Max am 4 Dez. 2012
Kommentiert: Image Analyst am 25 Nov. 2021
Hi to all, is there a command to check if there are repeated elements in a vector; I just have to check in an "if"...
thanks a lot
Max

Akzeptierte Antwort

Image Analyst
Image Analyst am 4 Dez. 2012
if length(v) == length(unique(v))
% There are no repeats.
.......
  6 Kommentare
Yasir Iqbal
Yasir Iqbal am 25 Nov. 2021
You can simply craete a copy of the vector with the required amount of values. There can be other ways around also. Just a suggestion.
Image Analyst
Image Analyst am 25 Nov. 2021
@Larissa Monjaraz I don't understand because you forgot to provide your example with actual numbers. So about all I can say is to try ismember().

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Operators and Elementary Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by