Extract data from cell

1 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2019-10-19
YourCell(~cellfun(@isempty,YourCell))

更多回答(1 个)

Anderson Oliveira
Anderson Oliveira 2019-10-20
Thanks a lot. It's really help me.

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by