get the values from user via text field
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi I want get the values from user via text field i design my gui but i do not know how access the items of these and can i save the values that users entered into text field?
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 20 Déc 2013
You can use an edit box and pushbutton with callback:
y=str2double(get(handles.edit1,'string'))
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!