finding all the other elements of a cell vector apart from zeros and empties
古いコメントを表示
Dear all,
I want to find all the elements of a cell vector apart from zeros and empties Using the command
ismember(mm,setdiff(mm,'0' ))
I find all the elements apart from zeroes. But I want to find all the elements apart from zeroes AND empty cells. Note mm is a cell of dimension 1000 by 1
thanks
1 件のコメント
Thomas
2012 年 6 月 4 日
can you post a small snipet of 'mm'. You say it is a cell but does it contain numbers and characters or just numbers..
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!