Réponse acceptée

Andrei Bobrov
Andrei Bobrov le 11 Mai 2016
Modifié(e) : Andrei Bobrov le 11 Mai 2016
out = {t(~cellfun(@isempty,{t.places})).places};
t = cell2struct(out,{'places'},1);
or jast
t = t(~cellfun(@isempty,{t.places}));

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by