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!