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
답변 (1개)
Adam
2016년 10월 11일
1 개 추천
Just transpose the matrix and use unique(A, 'rows' )
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!