为何我的这个程序不能够运行?
MF=imfilter(i,PSF,'full');
d=conv2(h,o);
c=MF+d;
且size(MF)=size(d).
显示出错:
??? Error using ==> minus
Integers can only be combined with integers of the same class, or scalar doubles.
望高手来指教如何改能够实现c=MF+d相加?