popup menu and button
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!