MATLAB: How to add more images on a gui…

add more imagesaxesguiimage

Hello everybody!
I'm working on a project, and I created a first window for choosing language. I already added a background image using axes
axes(hObject)
imshow('Img_name.png');
Now I have to add some flags. I tried the same way with new axes spaces, also tried to bring them to front, but there's no results. For each flag I used the same code, changing the Img_name… I tried to change "hObject" using other handles, but something's wrong…
I already tried with
image('Img_name.png')
and
imagesc('Img_name.png')
and I'm sure Matlab can read png files (the background is a png image) Any ideas?? Thanks!

Best Answer

Hello,,
Here the download link. I cannot modified your code, but I created new fig file.