Docked figures tabs postion from top to left in code?
조회 수: 10 (최근 30일)
이전 댓글 표시
How I can change docked figures tabs postion from top to left in code ?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/835325/image.png)
댓글 수: 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1435698/image.png)
추가 답변 (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!