delete empty [] {1x7 cell} {1x2 cell}
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how delete []; when I have Z= [] {1x7 cell} {1x2 cell}
and i want to have Z= {1x7 cell} {1x2 cell}
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 10 Nov 2013
Modificato: Azzi Abdelmalek
il 10 Nov 2013
z(cellfun('isempty',z))=[]
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Types 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!