How to populate "pop-up" menu based on a variable in an edit box
Mostrar comentarios más antiguos
I have an editbox that displays the number of cameras I have connected to my computer, at the minute I have just manually placed:
1
2
3
4
as the string to my popup menu which lets the user select which camera to activate. How can I fill this popup menu based on how many cameras are connected? So, for example if I have two connected the string of my popup menu automatically displays:
1
2
And if I have 4:
1
2
3
4
I have a box that displays the number of cameras connected, so I just have to link the popup menu to this editbox?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 3-D Scene Control en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!