i want to determine common sub sequence on array
Mostrar comentarios más antiguos
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 comentarios
I'd recommend that you read this wikipedia page on the problem and code the algorithm described there.
Stephen23
el 29 de Abr. de 2015
@abduall hassn: Are the element values unique within each vector?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!