I have convoluted an image I created in matlab with a 2D Gaussian function which I have also defined in matlab and now I am trying to deconvolve the resultant matrix to see
R = FC/Fimg needs to be R = FC./Fimg; You need to do division element-wise.
R = FC/Fimg
R = FC./Fimg;