How do I extract the rows that have value 0 in one array from another new array?

Suppose I have the following:
Screenshot 2020-02-04 at 9.06.13 PM.png
How do I extract rows with zero value, example: row 1,9,10,11,12 from another new array?
Thank you.

 採用された回答

Adam
Adam 2020 年 2 月 4 日
newArray( ~thisArray, : )
where thisArray is the one you show here.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

質問済み:

2020 年 2 月 4 日

回答済み:

2020 年 2 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by