Select single, multiple and all checkboxes for performing tasks - Matalb App Designer
5 次查看(过去 30 天)
显示 更早的评论
Hi all, I would like to plot or perform certian tasks (say plot) when single, multiple or all checkboxes are ticked in Tree Checkbox - matlab app. For instance, I would like to plot (please refer to the attached figure) single (for Task 1), two plots (for Task1 and Task 3), 3 plots (Task1, Task3, Task 4 etc) and 5 plots (plots or subplots) when Select_All checkbox is ticked. Please note that Select_All is node 1, Task1 is node 2 etc. in Tree App.
Any help in this regard would be highly appreciated. Thanks in advance.
0 个评论
回答(1 个)
Shanmukha Voggu
2021-10-25
Hi Ganesh,
I understood that you want to make actions corresponding to selections in the CheckBoxTree. You can achieve this by using callback properties of the CheckBoxTree.
Hope this helps!
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!