photo

LU Chongkai


Last seen: plus de 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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),:)

plus de 4 ans il y a | 0