delete empty [] {1x7 cell} {1x2 cell}

1 vue (au cours des 30 derniers jours)
Tomas
Tomas le 10 Nov 2013
Commenté : Tomas le 10 Nov 2013
how delete []; when I have Z= [] {1x7 cell} {1x2 cell}
and i want to have Z= {1x7 cell} {1x2 cell}

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 10 Nov 2013
Modifié(e) : Azzi Abdelmalek le 10 Nov 2013
z(cellfun('isempty',z))=[]
  1 commentaire
Tomas
Tomas le 10 Nov 2013
Ok, Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by