row elimination problem.
Mostrar comentarios más antiguos
Hey
I have a matrix A of 34x2 double.
I want to eliminate the rows wherein the value of both the columns is 0.
Respuesta aceptada
Más respuestas (1)
Asad (Mehrzad) Khoddam
el 19 de Oct. de 2020
A(all(A(:,1:2)==0,2),:)=[];
2 comentarios
madhan ravi
el 19 de Oct. de 2020
How’s this different from my answer?
Asad (Mehrzad) Khoddam
el 19 de Oct. de 2020
I didn't refresh the web page and the time I submitted the answer, there was no anwser to this question.
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!