how to remove duplicates from a mateix ?

3 vues (au cours des 30 derniers jours)
Mohamed Amine Messaoudi
Mohamed Amine Messaoudi le 19 Déc 2017
Réponse apportée : KL le 19 Déc 2017
Hi,
I have a n*2 vector with some duplicates
M
ans
12 48
12 48
50 36
50 36
4 9
4 9
.....
I would like to remove duplicate rows so that i can have something like this
12 48
50 36
4 9
I tried to use unique but it returned just the first column
Thanks in advance

Réponse acceptée

KL
KL le 19 Déc 2017
use
unique(your_matrix,'rows')

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by