I am facing problem to implement a summation equation in MATLAB

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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by