Docked figures tabs postion from top to left in code?

10 views (last 30 days)
How I can change docked figures tabs postion from top to left in code ?

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!