Create a GUI interface in MATLAB for simple image functions like reading and displaying??
Ältere Kommentare anzeigen
I'm new to this topic so anyone please help me with this question
1 Kommentar
Kevin Holly
am 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.
Akzeptierte Antwort
Weitere Antworten (1)
Rik
am 29 Apr. 2022
0 Stimmen
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!