how to remove repeating columns in a matrix

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

Antworten (1)

Adam
Adam am 11 Okt. 2016

1 Stimme

Just transpose the matrix and use unique(A, 'rows' )

Kategorien

Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 11 Okt. 2016

Beantwortet:

am 11 Okt. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by