Set images to be shown as slide in app designer user interface.
2 views (last 30 days)
Show older comments
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.
Answers (1)
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!