How to create a menu using GUI
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, I'm new using GUI and I want to create something like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/306591/image.png)
where can I get some information?
Best regards!
2 comentarios
Respuesta aceptada
Rik
el 1 de Jun. de 2020
You can use the uicontrol style text to create a block of text. Then make a callback function for a key press. In that callback you can move that arrowhead when the up or down keys are pressed and respond to the enter key being pressed.
If you need more specific help to implement this, read this thread first. Then feel free to ask your question in a comment below.
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!