how to return a value from uicontrole callback
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
. i want to return a value from the uicontrole callback. when the bottom of the uicontrole callback is push it is calling a function remove. i want to remove two particular value from uicontrole callback function to the main function. how can i do that. please help me. thank you in advance.
0 Commenti
Risposte (1)
Fangjun Jiang
il 15 Lug 2011
1 Commento
Walter Roberson
il 15 Lug 2011
And for emphasis: there is no direct way to return a value from a callback; you need to use one of the methods in the FAQ.
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!