Trigger event callback from another event callback

3 views (last 30 days)
I want to trigger 'CheckedNodesChangedFcn' callback of uitree from 'ButtonPushedFcn' callback of a pusbutton in appdesigner. Can anyone please suggest how to achieve this?

Accepted Answer

Kevin Holly
Kevin Holly on 5 Aug 2022
You can simply write
CheckedNodesChangedFcn(app)
within the 'ButtonPushedFcn' callback
  5 Comments
Kevin Holly
Kevin Holly on 11 Aug 2022
Arkaniva,
Please see the app attached and let me know if it addresses your question.
Arkaniva Sarkar
Arkaniva Sarkar on 11 Aug 2022
It's exactly what I wanted to achieve.
Thank you.

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!