I am new to Matlab. I need to read an image from a file and process it. (i.e. read pixel values, resize it using my own functions,...) Then I need to display it on the UI. How do I do this?
IMSHOW() takes the whole axis area assigned and do not get resize.
EDITED I get an image of 100X100px. I want the user to see the 100X100px. Then resize that image using my own function to 50X50px. I want to show the resized image on the same axis, but this time it should be seen half of the original size.