Community Profile

photo

LuKr


Last seen: casi 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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?

casi 6 años hace | 1

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

casi 6 años hace | 0