how to remove repeating columns in a matrix
Mostrar comentarios más antiguos
Hello all. I have a 1001x88 non-Zero Matrix with columns repeating at certain intervals. How do I remove These repeating columns? Is there any function such as unique(A,'rows') for removing repeating columns? Thanks in Advance
Respuestas (1)
Adam
el 11 de Oct. de 2016
1 voto
Just transpose the matrix and use unique(A, 'rows' )
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!