Create a GUI interface in MATLAB for simple image functions like reading and displaying??

I'm new to this topic so anyone please help me with this question

1 Comment

I would recommend using App Designer. You could create a load button where the user can select the image file. You can use the imread function to read the image. You can use imshow, image, or imagesc to display the image.

Sign in to comment.

More Answers (1)

For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

Categories

Find more on Images in Help Center and File Exchange

Products

Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!