필터 지우기
필터 지우기

how catch value in node tree

조회 수: 3 (최근 30일)
Trop Trader
Trop Trader 2024년 2월 15일
답변: Voss 2024년 2월 15일
K>> app.DrawMainNode_2.Children(1)
ans =
TreeNode (Nozionale) with properties:
Text: 'Nozionale'
Icon: ''
NodeData: []
Show all properties
How can I capture the checkbox value ?

채택된 답변

Voss
Voss 2024년 2월 15일
You have to see whether the node is included in the tree's CheckedNodes.
ismember(app.NozionaleNode_2, app.Tree_2.CheckedNodes)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by