How to see the complete title of a uitab in a uifigure?
조회 수: 1 (최근 30일)
이전 댓글 표시
If I use uitab in a uifigure, I don't see the full tab title.
Example:
close all; clear; clc;
f = uifigure;
tg = uitabgroup(f);
t = uitab(tg,'Title','uitab1');
I see "uit..." instead of "uitab1".
How can I fix this problem?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!