How can i imlpement a 2D function on. Matlab
1 view (last 30 days)
Show older comments
I want to implement the following function on matlab, how can i do it, can you help me?. Thanks in advance

1 Comment
Accepted Answer
KSSV
on 7 Jul 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 Comments
More Answers (0)
See Also
Categories
Find more on Programming Utilities in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!