I can create a GUI textbox in an empty figure and I am trying to control the attributes of that textbox using a handle in a matlab script but I can't seem to locate the handle to that textbox object. Am I looking for a handle that doesn't exist?

답변 (1개)

Adam
Adam 2017년 7월 28일
편집: Adam 2017년 7월 28일

0 개 추천

How do we know? You haven't shown us any code!
Just store the handle when you create it, then you don't need to look for it:
hTextBox = uicontrol( ... );

카테고리

도움말 센터File Exchange에서 Software Development Tools에 대해 자세히 알아보기

제품

질문:

2017년 7월 28일

편집:

2017년 7월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by