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에서 Bounding Regions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!