Community Profile

photo

Deeksha Veereddy


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


find finite numbers in B using logic indexing ?
B=[Inf,9,-32,NaN,0,4,67,-Inf,NaN] using logical indexing : 1.Find the finite numbers in B. 2.Find the sum of finite numbers...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


In matlab check how many times 2 displayed in given matrix A=[14 2 4 2 6 7 8 2 4 5 9 2 3 2 45 2] hint: sum()?
matrix A=[14 2 4 2 6 7 8 2 4 5 9 2 3 2 45 2] using logical indexing and sum() function.

거의 3년 전 | 답변 수: 2 | 0

2

답변