Docked figures tabs postion from top to left in code?
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Anonymous User
il 15 Dic 2021
Commentato: Mojgan Vaziri
il 17 Lug 2023
How I can change docked figures tabs postion from top to left in code ?
0 Commenti
Risposta accettata
Yazan
il 16 Dic 2021
f = figure;
tg = uitabgroup(f, 'TabLocation', 'right');
tab1 = uitab(tg, 'Title', 'Figure 1');
tab2 = uitab(tg, 'Title', 'Figure 2');
1 Commento
Mojgan Vaziri
il 17 Lug 2023
Is this really the same as chosing a different "tabs position" in the GUI?
It seems not for me.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interactive Control and Callbacks 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!