how can store the value of textedit in the array or cell array?
Mostra commenti meno recenti
i have a gui and i want which user entered into edittext i save it into the array can u help me plz?
Risposte (1)
Walter Roberson
il 21 Dic 2013
0 voti
get() the String property of the uicontrol and save it.
2 Commenti
fatemeh
il 21 Dic 2013
Modificato: Walter Roberson
il 21 Dic 2013
Walter Roberson
il 21 Dic 2013
get(u, 'Value')
Categorie
Scopri di più su App Building in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!