popup menu and button
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to use popup menu and button that control play video. For example: If one, two ,three there are three chooses and I must first one of them and use button control play it.
current I think use the way
switch get(hpop,'value') case 1 set(hp1,'callback','f1');
case 2
set(hp1 ,'callback','f2');
case 3
set(hp1 ,'callback','f4');
end
but this code can't work. pleas give me some advices,thanks!!
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!