Docked figures tabs postion from top to left in code?

3 ビュー (過去 30 日間)
Anonymous User
Anonymous User 2021 年 12 月 15 日
コメント済み: Mojgan Vaziri 2023 年 7 月 17 日
How I can change docked figures tabs postion from top to left in code ?

採用された回答

Yazan
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
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 ExchangeInteractive Control and Callbacks についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by