Trigger event callback from another event callback
8 次查看(过去 30 天)
显示 更早的评论
I want to trigger 'CheckedNodesChangedFcn' callback of uitree from 'ButtonPushedFcn' callback of a pusbutton in appdesigner. Can anyone please suggest how to achieve this?
0 个评论
采纳的回答
Kevin Holly
2022-8-5
You can simply write
CheckedNodesChangedFcn(app)
within the 'ButtonPushedFcn' callback
5 个评论
Kevin Holly
2022-8-11
Arkaniva,
Please see the app attached and let me know if it addresses your question.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!