Community Profile

photo

LuKr


Last seen: 4年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Split array according to one column values
B=A(cellfun(@(x) isequal(1,x),{A{:,2}}),:) C=A(cellfun(@(x) isequal(2,x),{A{:,2}}),:) Maybe like this?

5年以上 前 | 1

回答済み
How to clear out rows of zeros in a matrix?
If A is your matrix: A(A(:,1)==0,:)=[]

5年以上 前 | 0