Effacer les filtres
Effacer les filtres

Docked figures tabs postion from top to left in code?

8 vues (au cours des 30 derniers jours)
Anonymous User
Anonymous User le 15 Déc 2021
Commenté : Mojgan Vaziri le 17 Juil 2023
How I can change docked figures tabs postion from top to left in code ?

Réponse acceptée

Yazan
Yazan le 16 Déc 2021
f = figure;
tg = uitabgroup(f, 'TabLocation', 'right');
tab1 = uitab(tg, 'Title', 'Figure 1');
tab2 = uitab(tg, 'Title', 'Figure 2');
  1 commentaire
Mojgan Vaziri
Mojgan Vaziri le 17 Juil 2023
Is this really the same as chosing a different "tabs position" in the GUI?
It seems not for me.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Programming dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by