remove rows with all zeros
Mostrar comentarios más antiguos
I have
a =
1 2 3
0 0 0
2 1 0
4 5 0
0 0 0
2 0 1
I need
b=
1 2 3
2 1 0
4 5 0
2 0 1
Respuesta aceptada
Más respuestas (1)
Geoff
el 6 de Jun. de 2012
0 votos
Search facility on Answers shows this question is asked a lot... Here's one of the more recent.
Categorías
Más información sobre Matrix Indexing 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!