Borrar filtros
Borrar filtros

How to delete specific rows in a matrix?

1 visualización (últimos 30 días)
Elaheh
Elaheh el 6 de Mayo de 2018
Respondida: Walter Roberson el 6 de Mayo de 2018
Hello all, I have a matrix including two columns and some rows. I have numbers and zeros in the first column and numbers and empty slots in the second column.How can I delete zeros in the first column and their corresponding empty slots in the second column? Thank you in advance.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Mayo de 2018
NewMatrix = YourMatrix(YourMatrix(:,1)~=0, :);

Más respuestas (0)

Categorías

Más información sobre Numeric Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by