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!