Find specific cell in another cells
Mostrar comentarios más antiguos
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 comentarios
madhan ravi
el 21 de Abr. de 2019
Editada: madhan ravi
el 21 de Abr. de 2019
Ting-Yu Chueh
el 21 de Abr. de 2019
Editada: Ting-Yu Chueh
el 21 de Abr. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Bounding Regions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!