Docked figures tabs postion from top to left in code?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anonymous User
le 15 Déc 2021
Commenté : Mojgan Vaziri
le 17 Juil 2023
How I can change docked figures tabs postion from top to left in code ?
0 commentaires
Réponse acceptée
Yazan
le 16 Déc 2021
f = figure;
tg = uitabgroup(f, 'TabLocation', 'right');
tab1 = uitab(tg, 'Title', 'Figure 1');
tab2 = uitab(tg, 'Title', 'Figure 2');
1 commentaire
Mojgan Vaziri
le 17 Juil 2023
Is this really the same as chosing a different "tabs position" in the GUI?
It seems not for me.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!