How to see the complete title of a uitab in a uifigure?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Andrea Carignano
il 18 Dic 2018
Modificato: Andrea Carignano
il 20 Dic 2018
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199314/image.png)
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Develop uifigure-Based Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!