Docked figures tabs postion from top to left in code?
7 ビュー (過去 30 日間)
表示 古いコメント
How I can change docked figures tabs postion from top to left in code ?

0 件のコメント
採用された回答
Yazan
2021 年 12 月 16 日
f = figure;
tg = uitabgroup(f, 'TabLocation', 'right');
tab1 = uitab(tg, 'Title', 'Figure 1');
tab2 = uitab(tg, 'Title', 'Figure 2');
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!