I am facing problem to implement a summation equation in MATLAB

1 visualización (últimos 30 días)
  2 comentarios
Walter Roberson
Walter Roberson el 21 de Sept. de 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 el 21 de Sept. de 2018
i am really sorry for mistake, i have updated the question. please review and provide some suggestion.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Sept. de 2018
h = @(Ho, Ho_bar, m, n) nnz( Ho == m & Ho_bar == n )

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by