How do I link a listbox and radio button to push button?
1 view (last 30 days)
Show older comments
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
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.
Answers (0)
See Also
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!