Azzera filtri
Azzera filtri

how to add data in gui?

2 visualizzazioni (ultimi 30 giorni)
Siva Prasad
Siva Prasad il 4 Mag 2016
Risposto: Walter Roberson il 4 Mag 2016
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.

Risposte (1)

Walter Roberson
Walter Roberson il 4 Mag 2016
uicontrol('style','list') does not support that.
You might be able to use the undocumented function uitree() and uitreenode()

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by