Azzera filtri
Azzera filtri

Conditional equation X1=X(y==1) ?

2 visualizzazioni (ultimi 30 giorni)
Safouane Chergui
Safouane Chergui il 13 Lug 2017
Risposto: Fangjun Jiang il 13 Lug 2017
I have a matrix X and a column vector y. When I write something like X1=X(y==1), I only get the numbers from the first column of X. How to get numbers from all others columns when y==1 ?

Risposta accettata

Fangjun Jiang
Fangjun Jiang il 13 Lug 2017
X1=X(y==1,:)

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by