I'd like to use the CStrAinBP function for three cells
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Clodoaldo de Souza Faria Júnior
le 17 Jan 2022
Modifié(e) : Clodoaldo de Souza Faria Júnior
le 17 Jan 2022
I'd like to use the CStrAinBP function for three cells and ensure that all elements are common across the three.
Example with two cells:
[AI, BI] = CStrAinBP({'a', 'b', 'q', 'a'}, {'a', 'c', 'd', 'a', 'b'})
replies: AI = [1, 2, 4] and: BI = [1, 5, 1]
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!