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

how delete []; when I have Z= [] {1x7 cell} {1x2 cell}
and i want to have Z= {1x7 cell} {1x2 cell}

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 10 Nov. 2013
Bearbeitet: Azzi Abdelmalek am 10 Nov. 2013

0 Stimmen

z(cellfun('isempty',z))=[]

Weitere Antworten (0)

Kategorien

Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 10 Nov. 2013

Kommentiert:

am 10 Nov. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by