"Enter" key function to assign variable in GUI
Ältere Kommentare anzeigen
I have a problem in adding enter key to my GUI, while taking variable from the user. How can i write a function for enter key?
3 Kommentare
Kevin Chng
am 19 Okt. 2018
Enter key?
Do you need a callback button for it?
Emre Can Ertekin
am 19 Okt. 2018
Kevin Chng
am 19 Okt. 2018
App designer?
Antworten (1)
Walter Roberson
am 19 Okt. 2018
0 Stimmen
Use the Callback property of the uicontrol. It will be run when the user presses return after selecting the control, or if the user makes a change to the content of the edit field and then clicks somewhere outside the control.
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!