بسم الله الرحمن الرحیمم
با سلام
کد:
imageA = imread('C:\Users\Mahdi\Desktop\EQ\3','jpg');A=1/9*[1 1   1;
    1   1   1;
      1 1   1];
imageBlure=imageA.*A;
imshow(imageA);
imshow(imageBlure);
کد بالا خطای زیر رو میده:
Error using .*
Integers can only be combined
with integers of the same class,
or scalar doubles.


Error in Bluring (line 7)
imageBlure=imageA.*A;

با سپاس فراوان