I am facing problem to implement a summation equation in MATLAB
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mehedi hasan shuvo
el 21 de Sept. de 2018
Respondida: Walter Roberson
el 21 de Sept. de 2018
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/196334/image.png)
2 comentarios
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.
Respuesta aceptada
Walter Roberson
el 21 de Sept. de 2018
h = @(Ho, Ho_bar, m, n) nnz( Ho == m & Ho_bar == n )
0 comentarios
Más respuestas (0)
Ver también
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!