how to add data in gui?
显示 更早的评论
I want add data dynamically to GUI list box like below.
1.Matlab
1.1 Arrays.
1.2 Vectors.
2.Simulink
2.1 Logical blocks
2.2 Arithmetic blocks
The data structure should be like word document with main section and sub-sections
Please help me in this.
回答(1 个)
Walter Roberson
2016-5-4
0 个投票
uicontrol('style','list') does not support that.
You might be able to use the undocumented function uitree() and uitreenode()
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!