Trigger event callback from another event callback

2 次查看(过去 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?

采纳的回答

Kevin Holly
Kevin Holly 2022-8-5
You can simply write
CheckedNodesChangedFcn(app)
within the 'ButtonPushedFcn' callback
  5 个评论
Kevin Holly
Kevin Holly 2022-8-11
Arkaniva,
Please see the app attached and let me know if it addresses your question.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by