delete empty [] {1x7 cell} {1x2 cell}

조회 수: 1 (최근 30일)
Tomas
Tomas 2013년 11월 10일
댓글: Tomas 2013년 11월 10일
how delete []; when I have Z= [] {1x7 cell} {1x2 cell}
and i want to have Z= {1x7 cell} {1x2 cell}

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 10일
편집: Azzi Abdelmalek 2013년 11월 10일
z(cellfun('isempty',z))=[]

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by