Filter löschen
Filter löschen

How to create a menu using GUI

3 Ansichten (letzte 30 Tage)
eddie
eddie am 31 Mai 2020
Kommentiert: eddie am 1 Jun. 2020
Hi all, I'm new using GUI and I want to create something like this:
where can I get some information?
Best regards!
  2 Kommentare
Rik
Rik am 31 Mai 2020
Bearbeitet: Rik am 31 Mai 2020
Do you want to have an image that responds to keyboard input?
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
eddie
eddie am 31 Mai 2020
Hi, thanks for your comment. I don't want to use an image, but only text. Is it possible?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Rik
Rik am 1 Jun. 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.
  1 Kommentar
eddie
eddie am 1 Jun. 2020
Many thanks for the information.
Best regards

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by