How can I deploy a listbox from a pushbutton in a GUI?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Edgar
am 7 Jul. 2014
Beantwortet: Joseph Cheng
am 7 Jul. 2014
I have to deploy from a pushbutton a listbox that shows listed functions like: sen(x), tan(x), cos(x), etc. It is possible? Thanks for all your answers. Have a great day :)
0 Kommentare
Akzeptierte Antwort
Andrew Reibold
am 7 Jul. 2014
listdlg('ListString',S) creates a modal dialog box which allows you to select a string or multiple strings from a list.
You can use a cell array with all the things you want in it to display more than one item (making it a list)
0 Kommentare
Weitere Antworten (1)
Joseph Cheng
am 7 Jul. 2014
With what Andrew has above or if this is created using GUIDE, you can create the listbox ahead of time but have its 'Visible' property off so it is hidden until the pushbutton is pressed.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!