Docked figures tabs postion from top to left in code?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anonymous User
am 15 Dez. 2021
Kommentiert: Mojgan Vaziri
am 17 Jul. 2023
How I can change docked figures tabs postion from top to left in code ?
0 Kommentare
Akzeptierte Antwort
Yazan
am 16 Dez. 2021
f = figure;
tg = uitabgroup(f, 'TabLocation', 'right');
tab1 = uitab(tg, 'Title', 'Figure 1');
tab2 = uitab(tg, 'Title', 'Figure 2');
1 Kommentar
Mojgan Vaziri
am 17 Jul. 2023
Is this really the same as chosing a different "tabs position" in the GUI?
It seems not for me.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!