How to extract lengths of sequences from a binary vector?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
For example, I have x = [0 0 1 1 1 0 1 0 0 0 0 1 1 0]; and I need 2,3,1,1,4,2,1. Are there any simple way to get this?
0 comentarios
Respuestas (2)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!