How can I intersect between two cell array?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mira le
el 2 de Dic. de 2019
Comentada: Mira le
el 2 de Dic. de 2019
>> SI
SI =
1×2 cell array
[1×2 double] [1×2 double]
>> U=SI{1}
U =
1 2
0 comentarios
Respuesta aceptada
JESUS DAVID ARIZA ROYETH
el 2 de Dic. de 2019
intersect(SI{1},SI{2})
3 comentarios
JESUS DAVID ARIZA ROYETH
el 2 de Dic. de 2019
but U is double and SI is a cell array and your question is "How can I intersect between two cell array?" can you put an example with the inputs and the desired output?
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!