MATLAB: Interpolation error in matlab

digital image processingdownsampleinterpolationMATLAB

hello when i down sampled image (lena) and interpolate it the error occured during the execution program as in the attachments

Best Answer

After you assign to lr, do
lr = double(lr);
Related Question