MATLAB: Read the Image from the path and display the image in MATLAB GUI axes

image

Hello,
I am using MATLAB GUI guide to to develop the GUI for my project. I need to select the image from the folder (.png images) and display the selected image on axes in GUI. This action has to be done once the push button is clicked by the user.
Please let me know the function which helps me to meet my requirement.
Looking forward to hear from you at the earliest .
Thanks Pankaja

Best Answer

Just use the MAGIC framework to get started. It does all that and has template code for all the possible controls you might want to use.
Description This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The user can
Related Question