i want to determine common sub sequence on array
显示 更早的评论
i want find common sub sequence from sequence output should be like
1,2,3
9,10
if we look 1,2,3 is common sub sequence between all array and also 9,10
2 个评论
I'd recommend that you read this wikipedia page on the problem and code the algorithm described there.
Stephen23
2015-4-29
@abduall hassn: Are the element values unique within each vector?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!