how to get text from textbox..??

5 次查看(过去 30 天)
How can I get text from TextBox. ?? like edit1.tag?? is it correct?? or anything else??

采纳的回答

Walter Roberson
Walter Roberson 2012-1-23
get(HandleOfTheBox, 'string')
If you are using GUIDE then it might look like
get(handles.edit1, 'string')
  3 个评论
Walter Roberson
Walter Roberson 2012-1-23
No, neither of those are correct. Possibly this would be correct:
path = get(handles.edit1, 'string');

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by