row elimination problem.
이전 댓글 표시
Hey
I have a matrix A of 34x2 double.
I want to eliminate the rows wherein the value of both the columns is 0.
채택된 답변
추가 답변 (1개)
Asad (Mehrzad) Khoddam
2020년 10월 19일
A(all(A(:,1:2)==0,2),:)=[];
댓글 수: 2
madhan ravi
2020년 10월 19일
How’s this different from my answer?
Asad (Mehrzad) Khoddam
2020년 10월 19일
I didn't refresh the web page and the time I submitted the answer, there was no anwser to this question.
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!