Docked figures tabs postion from top to left in code?

11 visualizzazioni (ultimi 30 giorni)
How I can change docked figures tabs postion from top to left in code ?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by