How can I display an image from a function that are operated by app designer in the app?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone :)
I have a function that contains an infint loop, and whenever a condition is checked, I want it to display an image on the app. Ant ideas how can I do so?
Thanks,
Michal
2 Kommentare
Walter Roberson
am 2 Dez. 2020
Make sure you create an axes to display the image in, and pass the axes handle to imshow() using the 'parent' option
Antworten (1)
Pranav Verma
am 11 Dez. 2020
Hi Michal,
You'll need imshow function to display the image.
Please refer to the below answers. They contain discussion on the similar lines:
Thanks
0 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!