How to see the complete title of a uitab in a uifigure?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Andrea Carignano
le 18 Déc 2018
Modifié(e) : Andrea Carignano
le 20 Déc 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?

0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Calendar dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!