"Enter" key function to assign variable in GUI

12 views (last 30 days)
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 Comments
Emre Can Ertekin
Emre Can Ertekin on 19 Oct 2018
For example in my gui i have a amplitude of the signal in edittext box, i want the when user enter the value of amplitude end press 'Enter button in keyboard' gui should assign the valur and change the axes.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 19 Oct 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.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!