Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to extract some rows from a matrix which crosspond to some value in another vector?

1 Ansicht (letzte 30 Tage)
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 ?

Antworten (1)

Cris LaPierre
Cris LaPierre am 18 Feb. 2020
D(V==2,:)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by