Set images to be shown as slide in app designer user interface.
2 次查看(过去 30 天)
显示 更早的评论
Hey
I have a set of images that are displayed according to the script I wrote.
I would like to display these images in the app designer user interface instead to create a new figure for each image.
I managed a way to display image in app designer user interface by adding axes and using imshow (I, 'Parent', app.UIAxes).
However, I want to create a slide in this axis to display all these images in series and add 2 buttons, where the user can pass ahead and pass back these images any time after it be shown.
There is no specific number of images, because the script encompasses a conditional command that varies the images number to be displayed.
My MATLAB version is R2018b.
Ideas for help?
If you need any other clarifications, let me know.
Thanks.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!