Docked figures tabs postion from top to left in code?

12 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 Creating, Deleting, and Querying Graphics Objects 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