Creating a Button Group in Guide
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I inserted a button group onto my GUI in Guide, but the functions controlling it did not show up in the Guide editor. I tried to just write the function like it should have been there, but the callbacks are not working.
Is there some way to force Guide to create a uipanel1_SelectionChangeFcn?
4 commentaires
Sean de Wolski
le 26 Juil 2012
@Walter, actually when a buttongroup is created in GUIDE, it does come out as a uipanel.
Open a blank guide gui, add a button panel, and view its SelectionChangeFcn
function uipanel1_SelectionChangeFcn(hObject, eventdata, handles)
% hObject handle to the selected object in uipanel1
Réponses (1)
Sean de Wolski
le 26 Juil 2012
Right click on the uibuttongroup panel and select "View Callbacks" -> "SelectionChangeFcn".
0 commentaires
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!