I'd like to use the CStrAinBP function for three cells
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Clodoaldo de Souza Faria Júnior
el 17 de En. de 2022
Editada: Clodoaldo de Souza Faria Júnior
el 17 de En. de 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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!