I made a little application tht stores me in the 2 axes of the first form the 2images I read in directory images(that you must copy in matlab path-pwd on command window) and run the program bdimagini.fig. I am using guide tool in matlab.
Also i have another form bdimagini2.fig where I want to read also the 2 images from my folder but in the 2 axes of the second form. (this is the thing I don't know to do). The program only reads the images from directory and displays them in the 2 axes of the first form when I push the button.
In conclusion I want to do the same thing but appears me the 2 images when I click the button also in the second form.
So on pushbutton stores the 2 images in 2 axes of the parent form(that works) and also in the 2 axes of the second form.(that's my question)
Thanks in advance!
I attach my full source here:
I attach here my archive:
http://www.mediafire.com/?o2ko432gdjy (http://www.mediafire.com/?o2ko432gdjy)
And here the folder images(which contains 2images) to copy in folder work of matlab(before you run the code):
http://www.mediafire.com/?t1xnbm3lmbf (http://www.mediafire.com/?t1xnbm3lmbf)