i want to determine common sub sequence on array
Ältere Kommentare anzeigen
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 Kommentare
I'd recommend that you read this wikipedia page on the problem and code the algorithm described there.
Stephen23
am 29 Apr. 2015
@abduall hassn: Are the element values unique within each vector?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!