how to empty cell from excel and [] those bracket also

Risposte (1)

If C is your cell array..to remove empty cells:
C = C(~cellfun('isempty',C)) ;

Categorie

Richiesto:

il 20 Ott 2020

Risposto:

il 20 Ott 2020

Community Treasure Hunt

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

Start Hunting!

Translated by