Matrix sorting re-size problem

3 次查看(过去 30 天)
Hi everyone, Lets say i have a matrix a=[1 2 3; 1 0 3; 2 3 5; 1 0 5] like that i have 1000 rows. Now i want to remove the rows whose second column element is 0. i.e. if(a(i,2)==0) then remove it. Pls help me out of this. Thanks

采纳的回答

Srinivas
Srinivas 2012-11-9
a(a(:,2) ==0,:) = []

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by