Find specific cell in another cells
Show older comments
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 Comments
madhan ravi
on 21 Apr 2019
Edited: madhan ravi
on 21 Apr 2019
Ting-Yu Chueh
on 21 Apr 2019
Edited: Ting-Yu Chueh
on 21 Apr 2019
Accepted Answer
More Answers (0)
Categories
Find more on Bounding Regions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!