Community Profile

photo

LU Chongkai


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

4 years ago | 0