Docked figures tabs postion from top to left in code?
14 ビュー (過去 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 件)
参考
カテゴリ
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!