MATLAB: After doing arithmatic operations to the image is there any method to convert the result into the image.

image arithmatics

after doing arithmatic operations(+,-,*,/) to the image is there any method to convert the result into the image.

Best Answer

Image is nothing but a matrix of data. You can write any matrix into an image by using
imwrite
method.