How do I link a listbox and radio button to push button?

1 view (last 30 days)
How do I link a listbox and radio button to push button? I want one pushbutton to call both the listbox and the radio button at the same time.
  2 Comments
Rik
Rik on 12 Apr 2018
You can just call each respective callback from the pushbutton callback function. Also, do you really need parallel execution? Because that can be very difficult, if not impossible.
MAX
MAX on 13 Apr 2018
I could actually do it using the if condition but thanks for the reply

Sign in to comment.

Answers (0)

Categories

Find more on Interactive Control and Callbacks 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!