How can i imlpement a 2D function on. Matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Deniz Bozdogan
el 7 de Jul. de 2021
I want to implement the following function on matlab, how can i do it, can you help me?. Thanks in advance

1 comentario
Respuesta aceptada
KSSV
el 7 de Jul. de 2021
m = 1 ; n = 1 ;
if m == 1 && n == -1
h1 = 1 ;
elseif m == 0 && n == -1
h1 = 1 ;
elseif
.
.
.
.
end
Add your other cases.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB 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!