بسم الله الرحمن الرحیمم
با سلام
کد بالا خطای زیر رو میده:کد: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;
