필터 지우기
필터 지우기

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

조회 수: 1 (최근 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