how to know if cell has some empty values

I have cell array. How do I check that if column 3 has some empty values or not?

 채택된 답변

Stephen23
Stephen23 2022년 1월 10일

1 개 추천

Where C is your cell array:
any(cellfun(@isempty,C(:,3)))

추가 답변 (0개)

카테고리

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

제품

질문:

2022년 1월 10일

답변:

2022년 1월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by