photo

LU Chongkai


Last seen: oltre 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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),:)

oltre 4 anni fa | 0