Extract data from cell

1 vue (au cours des 30 derniers jours)
Anderson Oliveira
Anderson Oliveira le 19 Oct 2019
I have a cell array with 60000 x 1, in each cell i have some structures 1 x 1 or 0 x 0, I need to extract the structures 1 x 1, how can I do this?

Réponse acceptée

Walter Roberson
Walter Roberson le 19 Oct 2019
YourCell(~cellfun(@isempty,YourCell))

Plus de réponses (1)

Anderson Oliveira
Anderson Oliveira le 20 Oct 2019
Thanks a lot. It's really help me.

Catégories

En savoir plus sur Structures 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