Info

この質問は閉じられています。 編集または回答するには再度開いてください。

String position in uicontrol

2 ビュー (過去 30 日間)
v k
v k 2020 年 11 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by