I need to compare the rows in a single matrix to see which values are repeated. I also want to know which row number the repeated values are from. I'm basically trying to find any common value among multiple rows. Is there an efficient way to solve this, especially for huge data sets?

Réponses (1)

KSSV
KSSV le 16 Mai 2017
Modifié(e) : KSSV le 16 Mai 2017

0 votes

Read about ismemebr , intersection , unique

Catégories

En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange

Modifié(e) :

le 16 Mai 2017

Community Treasure Hunt

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

Start Hunting!

Translated by