how to display images on axes

2 views (last 30 days)
asif
asif on 23 Apr 2014
Commented: Jurgen on 24 Apr 2014
now i have a gui with an axes where i display images that are outputs to matlab files.now i dont want to store those images.these images should directly be displayed on axes. also having multiple images these images get overlapped by the other ,means only the last output image gets displayed on axes. all i want is to display these multiple images whithout them being overlapped or needing to store them in any folder.axes should have a slide show like option where i view these multiple images one after another
  3 Comments
asif
asif on 24 Apr 2014
cause there was no solution,all i want is to have next or back navigating utility for my images,im on a project which i finished long back ,only to be stuck on this gui where i have to view images like a slide with navigating buttons.
Jurgen
Jurgen on 24 Apr 2014
imdisp() on the file exchange should already have this functionality. E.g. if you have a cell array of length 10 containing 10 images then you can show one image and cycle through the other 9 with arrow keys (up/down).

Sign in to comment.

Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!