How can I intersect between two cell array?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mira le
le 2 Déc 2019
Commenté : Mira le
le 2 Déc 2019
>> SI
SI =
1×2 cell array
[1×2 double] [1×2 double]
>> U=SI{1}
U =
1 2
0 commentaires
Réponse acceptée
JESUS DAVID ARIZA ROYETH
le 2 Déc 2019
intersect(SI{1},SI{2})
3 commentaires
JESUS DAVID ARIZA ROYETH
le 2 Déc 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?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!