remove rows with all zeros
古いコメントを表示
I have
a =
1 2 3
0 0 0
2 1 0
4 5 0
0 0 0
2 0 1
I need
b=
1 2 3
2 1 0
4 5 0
2 0 1
採用された回答
その他の回答 (1 件)
Geoff
2012 年 6 月 6 日
0 投票
Search facility on Answers shows this question is asked a lot... Here's one of the more recent.
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!