"Enter" key function to assign variable in GUI
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 19 de Oct. de 2018
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.
0 comentarios
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!