Here we see about how to give title for an image.
Syntax:after reading and showing the image give title('Whatever title, you can give a title as per your image')
im=imread('1.jpg');
a=imresize(im,[400 400]);
b=imshow(a);
title('Input image');
Output:
No comments:
Post a Comment