I am facing problem to implement a summation equation in MATLAB

1 view (last 30 days)
  2 Comments
Walter Roberson
Walter Roberson on 21 Sep 2018
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 on 21 Sep 2018
i am really sorry for mistake, i have updated the question. please review and provide some suggestion.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 21 Sep 2018
h = @(Ho, Ho_bar, m, n) nnz( Ho == m & Ho_bar == n )

More Answers (0)

Community Treasure Hunt

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

Start Hunting!