How to create a GUI with different tab options?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposta accettata
Sean de Wolski
il 29 Giu 2012
Modificato: Sean de Wolski
il 29 Giu 2012
It is not documented and thus likely to change in the future, but you can use uitab. Or one of these:
1 Commento
Più risposte (1)
Yash
il 30 Giu 2012
yes it is possible
check this, i made one using this similar to your idea
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!