Tried implement Inverse Fast Fourier Transfer for 2D data without built-in functions in Matlab. This is my implementation:
function [ f ] = my_ifft2( F )