How to extract lengths of sequences from a binary vector?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!