How do I send a value without press enter on Matlab GUI?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Elisandro Peixoto
el 12 de Nov. de 2018
Respondida: Arunkumar M
el 13 de Nov. de 2018
I'm making a Graphical Interface on Matlab GUI, that I set a number and get an answer. But, when I set the number, I always have to press <enter> to get the answer.
I'd like to know how do I set the number and automatically get the answer, like an "automatic enter".
1 comentario
Adam Danz
el 12 de Nov. de 2018
You could set the edit-callback (if the feature has one) but you'll still need to press enter or tab so the GUI knows you're done editing the text.
Respuesta aceptada
Arunkumar M
el 13 de Nov. de 2018
It is possible if you use a drop down list or a popup menu. Every selection can captured using its callback.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!