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

3 views (last 30 days)
I'm new to this topic so anyone please help me with this question
  1 Comment
Kevin Holly
Kevin Holly on 29 Apr 2022
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.

Accepted Answer

Cris LaPierre
Cris LaPierre on 29 Apr 2022
Take a look at this example app.

More Answers (1)

Rik
Rik on 29 Apr 2022
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!