Community Profile

photo

LU Chongkai


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
delete row in matrix if the row contain "Inf" value
Here is a way that don't change the original matrix: B = A(any(~isinf(A),2),:)

alrededor de 4 años hace | 0