フィルターのクリア

how to get text from textbox..??

3 ビュー (過去 30 日間)
Usama Javed
Usama Javed 2012 年 1 月 23 日
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');
Usama Javed
Usama Javed 2012 年 1 月 25 日
thankyou so much...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by