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!