MATLAB: How to implement the below equation in matlab?where sigmax=sigmay=1/2*pi.

equations

Best Answer

g = @(x,y) h(x,y) * exp(2*pi*j*W(x));