필터 지우기
필터 지우기

How to create a menu using GUI

조회 수: 3 (최근 30일)
eddie
eddie 2020년 5월 31일
댓글: eddie 2020년 6월 1일
Hi all, I'm new using GUI and I want to create something like this:
where can I get some information?
Best regards!
  댓글 수: 2
Rik
Rik 2020년 5월 31일
편집: Rik 2020년 5월 31일
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 2020년 5월 31일
Hi, thanks for your comment. I don't want to use an image, but only text. Is it possible?

댓글을 달려면 로그인하십시오.

채택된 답변

Rik
Rik 2020년 6월 1일
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
eddie
eddie 2020년 6월 1일
Many thanks for the information.
Best regards

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by