how do i execute programm under group button only when i press push button??
古いコメントを表示
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 件のコメント
Matthew Eicholtz
2015 年 9 月 8 日
Try making your question more clear to elicit better responses from the MATLAB community.
Matthew Eicholtz
2015 年 9 月 8 日
Also, try
doc uibuttongroup
回答 (1 件)
Walter Roberson
2015 年 9 月 8 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Image Preview and Device Configuration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!