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

3 visualizaciones (últimos 30 días)
I'm new to this topic so anyone please help me with this question
  1 comentario
Kevin Holly
Kevin Holly el 29 de Abr. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 29 de Abr. de 2022
Take a look at this example app.

Más respuestas (1)

Rik
Rik el 29 de Abr. de 2022
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by