Azzera filtri
Azzera filtri

How can i skip the zeros in a matrix?

1 visualizzazione (ultimi 30 giorni)
Hi, I have a matrix with columns filled with zeros and i want to copy the matrix into a new matrix but to skip the columns with the zeros. Is there any command that can help me? I tried to do it with the sparse command but i didn't really understand what happens there. It skips the zeros but when you want to know how many columns you have in the new matrix it still shows the initial size. thanks in advance!

Risposta accettata

Walter Roberson
Walter Roberson il 11 Set 2013
NewMatrix = OldMatrix(any(OldMatrix,1),:);

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays 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