Extract data from cell

조회 수: 1 (최근 30일)
Anderson Oliveira
Anderson Oliveira 2019년 10월 19일
답변: Anderson Oliveira 2019년 10월 20일
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