for (i=1:99) image1=imread([num2str(i) '.bmp']); image2=imread([num2str(i+1) '.bmp']); image3=abs(image2-image1) end