gui buttongroup
Afficher commentaires plus anciens
Hello All,
My question is regarding the callback function of a button group. MATLAB states that one can write such a function and whenever a button is selected in the button group, this function is automatically executed. My 'selbck' function is working properly but.... when I set the value of a particular button in the button group to '1' using command line, the callback is not called.
is there a way of doing so ?
For example
1. The button group callback is 'selbckevent'
2. I have an event list: 'imaged', 'uncaged', with handles 'imageh', 'uncageh'
3. If I press the buttons, selbckevent is excecuted, if I write 'set(imageh, 'Value', 1)' it is NOT executed
please help
rishabh
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur App Building dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!