how do i execute programm under group button only when i press push button??
Ältere Kommentare anzeigen
the push button must be inside or outside the group button? i have one button (input image) will be selects the image and 4 radio buttons,i want to select one of them without executing that then when i press push button i want that file to execute.
2 Kommentare
Matthew Eicholtz
am 8 Sep. 2015
Try making your question more clear to elicit better responses from the MATLAB community.
Matthew Eicholtz
am 8 Sep. 2015
Also, try
doc uibuttongroup
Antworten (1)
Walter Roberson
am 8 Sep. 2015
0 Stimmen
You are not required to have a callback for your uibuttongroup or the radio buttons inside it. You can have the callback for your push button retrieve the SelectedObject property of the uibuttongroup to find out which button is pressed.
Kategorien
Mehr zu Image Preview and Device Configuration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!