How can i check if an array cell contain only zero element ?

조회 수: 14 (최근 30일)
Mariem Harmassi
Mariem Harmassi 2012년 9월 12일
How can i check if an array cell just contain zero elements ? is there any defined matlab function ?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2012년 9월 12일
편집: Azzi Abdelmalek 2012년 9월 12일
B=cell2mat(A)
all(B(:)==0)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by