Extract data from cell

1 visualizzazione (ultimi 30 giorni)
Anderson Oliveira
Anderson Oliveira il 19 Ott 2019
Risposto: Anderson Oliveira il 20 Ott 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?

Risposta accettata

Walter Roberson
Walter Roberson il 19 Ott 2019
YourCell(~cellfun(@isempty,YourCell))

Più risposte (1)

Anderson Oliveira
Anderson Oliveira il 20 Ott 2019
Thanks a lot. It's really help me.

Categorie

Scopri di più su Structures 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!

Translated by