row elimination problem.
Ältere Kommentare anzeigen
Hey
I have a matrix A of 34x2 double.
I want to eliminate the rows wherein the value of both the columns is 0.
Akzeptierte Antwort
Weitere Antworten (1)
Asad (Mehrzad) Khoddam
am 19 Okt. 2020
A(all(A(:,1:2)==0,2),:)=[];
2 Kommentare
madhan ravi
am 19 Okt. 2020
How’s this different from my answer?
Asad (Mehrzad) Khoddam
am 19 Okt. 2020
I didn't refresh the web page and the time I submitted the answer, there was no anwser to this question.
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!