MATLAB: Hi….radio button and process button problem

image processing

have 3 radio button (edge detection, Noise removal and magnification)how do I use the function that we want to implement over our picture? and one button process(when I press the button to select one of the three options)how can i do this?

Best Answer

doc uibuttongroup
gives an example of how to do this.