I'd like to use the CStrAinBP function for three cells
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!