popupmenu in GUI
Mostra commenti meno recenti
I made a popupmenu in GUI, but how do i populate the popup with choices? thanks
Risposta accettata
Più risposte (2)
Dr. Seis
il 25 Gen 2012
temp_cellstr = {'choice 1';'choice 2';'choice 3'};
set(handles.your_popup_name,'String',temp_cellstr);
Or you can open the "Property Inspector" inside GUIDE and manually change the String values there.
beginner94
il 31 Gen 2018
0 voti
How can I connect the values I added to the popupmenu with their files? They are configfiles in this case, so no m files.
Categorie
Scopri di più su App Building in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!