get the values from user via text field
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Azzi Abdelmalek
on 20 Dec 2013
You can use an edit box and pushbutton with callback:
y=str2double(get(handles.edit1,'string'))
3 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!