Docked figures tabs postion from top to left in code?

조회 수: 5 (최근 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 CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by