From: Michael on
I have made a GUI in MATLAB that generates a certain model based on user defined input. I would like to have a button that says something like "more analysis" that when pressed brings up a new window with a new set of widgets that has access to the data from the first window. I have been unable to find a tutorial describing how to do this.
From: Michael on
I found some help on this and am posting in case people find this thread in the future. Check out GUI_30 in:
http://www.mathworks.com/matlabcentral/fileexchange/24861-41-complete-gui-examples

and the function uicontrol
From: Sahra winter on
this might help too:

http://www.mathworks.com/access/helpdesk/help/techdoc/creating_guis/f5-1002439.html