Clear Filters
Clear Filters

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

2 views (last 30 days)
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 ?

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 13 Jul 2017
X1=X(y==1,:)

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!