Set the Choice List automatically in a GUIDE table
11 views (last 30 days)
Show older comments
In GUIDE, the table property editor allows to set a column format as 'choice list' effectively creating a drop down menu for each cell of his column. The various options that will appear in the choice list can be entered manually using the Choice List editor.
How can I program the Choice List so that the options are entered automatically instead of manually?
I also would like each cell of the column to be set with a different choice list if possible.
Thanks a lot
0 Comments
Answers (1)
Walter Roberson
on 3 Apr 2013
See the documentation on uitable properties.
2 Comments
Sean de Wolski
on 3 Apr 2013
The uitable doc has a good example with 'fixed/adj'. Look, for this example.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!