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일

0 개 추천

YourCell(~cellfun(@isempty,YourCell))

추가 답변 (1개)

Anderson Oliveira
Anderson Oliveira 2019년 10월 20일

0 개 추천

Thanks a lot. It's really help me.

카테고리

도움말 센터File Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by