Set images to be shown as slide in app designer user interface.

11 views (last 30 days)
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)

Gouri Chennuru
Gouri Chennuru on 5 Nov 2020

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!