Handling GUI axes to display images
Mostrar comentarios más antiguos
I am using Gui to display two different images, so i used
axes(handles.axes1)
to set axes 1 as current axes and displayed image using
imshow(image1)
similarly i displayed image2 using the above format , but the image2 is then displayed in both axes1 and axes2 replacing image1 in axes1
So please help me solve the problem to display images properly
Respuesta aceptada
Más respuestas (3)
Giorgos Papakonstantinou
el 3 de Mzo. de 2014
imshow(image, 'parent',handle.axes1)
1 comentario
Mahesh
el 4 de Mzo. de 2014
vina borkar
el 3 de Abr. de 2014
0 votos
HEllo SIr i have like this means above problem..in matlab.. i want to do displying images from database or image folder in gui one by one by providing 'NEXT' button which will be provide in gui..
1 comentario
Chandrasekhar
el 3 de Abr. de 2014
you can use he same command imshow to display the image. when next button is pressed, clear the present image using cla reset and plot the next image on the same axes.
suong Tran
el 31 de Ag. de 2017
0 votos
Thanks!
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!