MATLAB: Multi GUI’s

gui

Is it possible to create a GUI using GUIDE and then be able to create another form (GUI) from a button on the first GUI. I would like to be able to copy some of the components from GUI 1 to GUI 2 such as an axes, UItable and editbox.
I would also need a close button on GUI 2 that then returns the user to GUI 1.

Best Answer

It sounds to me that you are trying to communicate two GUIs. Quan Quach has an excellent tutorial. Check it out.
Hope it helps ;-) !
Related Question