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 で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!