Docked figures tabs postion from top to left in code?

3 Ansichten (letzte 30 Tage)
Anonymous User
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 ?

Akzeptierte Antwort

Yazan
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
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by