how catch value in node tree
1 回表示 (過去 30 日間)
古いコメントを表示
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 ?
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop uifigure-Based Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!