How to delete specific rows in a matrix?

3 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Walter Roberson
Walter Roberson il 6 Mag 2018
NewMatrix = YourMatrix(YourMatrix(:,1)~=0, :);

Più risposte (0)

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by