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

2 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by