MATLAB: How to link Radio button and Push button (Matlab GUI)

radio button push button

When handles.radiobutton1 is selected then
user click the Push button the code is executed.
How to implement this? see attach file

Best Answer

Abraham - the easiest way to implement this GUI is through GUIDE using a callback for the push button. See the tutorials that can be found here.