how can store the value of textedit in the array or cell array?
Afficher commentaires plus anciens
i have a gui and i want which user entered into edittext i save it into the array can u help me plz?
Réponses (1)
Walter Roberson
le 21 Déc 2013
0 votes
get() the String property of the uicontrol and save it.
2 commentaires
fatemeh
le 21 Déc 2013
Modifié(e) : Walter Roberson
le 21 Déc 2013
Walter Roberson
le 21 Déc 2013
get(u, 'Value')
Catégories
En savoir plus sur String Parsing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!