Docked figures tabs postion from top to left in code?

6 visualizaciones (últimos 30 días)
Anonymous User
Anonymous User el 15 de Dic. de 2021
Comentada: Mojgan Vaziri el 17 de Jul. de 2023
How I can change docked figures tabs postion from top to left in code ?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by