I'd like to use the CStrAinBP function for three cells
2 views (last 30 days)
Show older comments
Clodoaldo de Souza Faria Júnior
on 17 Jan 2022
Edited: Clodoaldo de Souza Faria Júnior
on 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 Comments
Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!