Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to extract some rows from a matrix which crosspond to some value in another vector?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a matrix
D= [ 1 11 1 1; 1 2 3 4; 5 6 7 8]; V=[3 2 2];
How to extract all the rows which crossponds to v=2 ?
0 Commenti
Risposte (1)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!