Docked figures tabs postion from top to left in code?
13 views (last 30 days)
Show older comments
How I can change docked figures tabs postion from top to left in code ?
0 Comments
Accepted Answer
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
on 17 Jul 2023
Is this really the same as chosing a different "tabs position" in the GUI?
It seems not for me.
More Answers (0)
See Also
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!