Hi,
I have seen some GUI's created with Delphi, where we can use tab options. Currently I have a main gui where 4 pushbutton will open 4 different GUI's. Is it possible to make GUI with tabs( similar to Excel sheet tab, sheet1,sheet2...) so that I will not open 4 separate GUI and 4 tabs can use the same figure space of the Main GUI.
I could not find any such GUIDE properties which can do this.
Appreciate the help
Karthik
No products are associated with this question.
It is not documented and thus likely to change in the future, but you can use uitab. Or one of these:
yes it is possible
http://www.mathworks.com/matlabcentral/fileexchange/25938-multiple-tab-gui
check this, i made one using this similar to your idea
0 Comments