gui buttongroup
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu App Building 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!