How to display the sliced image in an axes in matlab gui?
Mostra commenti meno recenti
I have sliced an image using mat2cell() function. And I'm able to display all the sliced images in subplots together. But I want to display the same in GUI in axes . This is the image I wanted to show in axes .

Any suggestions? Thanks in advance!
2 Commenti
Image Analyst
il 14 Mag 2015
I don't understand the question. The images are displayed in axes. That's how subplot() works - it creates "axes" in certain locations on the current "figure" for your next image or data to be displayed or plotted in. What do you want? Do you want all 4 images to be stitched together and appear in a single axes?
mohd akmal masud
il 14 Feb 2018
i think so. She want to build the GUI that can scroll using slicer to view the images
Risposte (0)
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!