Docked figures tabs postion from top to left in code?
3 ビュー (過去 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');
1 件のコメント
Mojgan Vaziri
2023 年 7 月 17 日
Is this really the same as chosing a different "tabs position" in the GUI?
It seems not for me.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!