How to see the complete title of a uitab in a uifigure?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Andrea Carignano
el 18 de Dic. de 2018
Editada: Andrea Carignano
el 20 de Dic. de 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 comentarios
Respuesta aceptada
Andrea Carignano
el 20 de Dic. de 2018
Editada: Andrea Carignano
el 20 de Dic. de 2018
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop uifigure-Based Apps en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!