Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

String position in uicontrol

1 visualización (últimos 30 días)
v k
v k el 2 de Nov. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
In the following code
h=uicontrol('Style','text', 'String',str, ...
'Units','normalized', 'Position',[0.1 0 0.9 0.7]);
the str is 'abc def - ghi, jkl'
How can I access the position of the characters a,b,c etc from the Position vector [0.1 0 0.9 0.7] ?
If it can be done in pixel units, thats also fine.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by