how to return a value from uicontrole callback
1 回表示 (過去 30 日間)
古いコメントを表示
. 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 件のコメント
回答 (1 件)
Fangjun Jiang
2011 年 7 月 15 日
1 件のコメント
Walter Roberson
2011 年 7 月 15 日
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.
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!