MATLAB: How to improve GUI

guiguidematlab gui

Hi I'm trying to create a GUI that use several algorithms and functions and, some of the things that I am trying to do is to call GUIs with other GUIs but I don't want to create a GUI that callsback another one but rather I want one that can integrate the three GUIs in one, kind of the tab systems in Chromme or another explorer.
Thanks

Best Answer

According to this post, there is tab-panel capability in R2011a. I don't have R2011a so don't have hands-on experience. But even if you don't have tab-panel, there is also a practical approach to help you organize your GUI elements.
Here is the link from TMW. It seems to be still a "undocumented feature" in R2011a. http://www.mathworks.com/help/techdoc/uitools_csh/error_pages/bslcn87.html