How to see the complete title of a uitab in a uifigure?

4 次查看(过去 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?

采纳的回答

Andrea Carignano
Andrea Carignano 2018-12-20
编辑:Andrea Carignano 2018-12-20
I discovered that the problem has been fixed in Matlab 2018b

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop uifigure-Based Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by