How can I display an image from a function that are operated by app designer in the app?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2020-12-2
Make sure you create an axes to display the image in, and pass the axes handle to imshow() using the 'parent' option
回答(1 个)
Pranav Verma
2020-12-11
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!