Find specific cell in another cells
古いコメントを表示
Hi everyone,
Attachment is my file.
I would like to know the locations of this cells containes a specific cell-{21 31 1}
I try to use like below:
Match = {21 31 1};
CorrectMatch = find (cellfun(@(x) isequal (x,Match), condition(1,:)));
but it return 0.
Could any one help me?
2 件のコメント
madhan ravi
2019 年 4 月 21 日
編集済み: madhan ravi
2019 年 4 月 21 日
Ting-Yu Chueh
2019 年 4 月 21 日
編集済み: Ting-Yu Chueh
2019 年 4 月 21 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!