I am facing problem to implement a summation equation in MATLAB

조회 수: 1 (최근 30일)
  댓글 수: 2
Walter Roberson
Walter Roberson 2018년 9월 21일
You give a definition for delta that takes two arguments, but you call delta with one argument in the sum.
Mehedi hasan shuvo
Mehedi hasan shuvo 2018년 9월 21일
i am really sorry for mistake, i have updated the question. please review and provide some suggestion.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2018년 9월 21일
h = @(Ho, Ho_bar, m, n) nnz( Ho == m & Ho_bar == n )

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by