Effacer les filtres
Effacer les filtres

how to get text from textbox..??

3 vues (au cours des 30 derniers jours)
Usama Javed
Usama Javed le 23 Jan 2012
How can I get text from TextBox. ?? like edit1.tag?? is it correct?? or anything else??

Réponse acceptée

Walter Roberson
Walter Roberson le 23 Jan 2012
get(HandleOfTheBox, 'string')
If you are using GUIDE then it might look like
get(handles.edit1, 'string')
  3 commentaires
Walter Roberson
Walter Roberson le 23 Jan 2012
No, neither of those are correct. Possibly this would be correct:
path = get(handles.edit1, 'string');
Usama Javed
Usama Javed le 25 Jan 2012
thankyou so much...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by