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

4 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Andrea Carignano
Andrea Carignano am 20 Dez. 2018
Bearbeitet: Andrea Carignano am 20 Dez. 2018
I discovered that the problem has been fixed in Matlab 2018b

Weitere Antworten (0)

Kategorien

Mehr zu Develop uifigure-Based Apps finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by