how to make the edit box will change the popup menu and run specific process
1 次查看(过去 30 天)
显示 更早的评论
currenty, i have a gui with a popup menu bar where when i choose one from the popup menu, it will run a process for image processing. so, right now i want to use edit box in gui as i type from the edit box, it will choose the right selection from popup menu and run the process. how am i going to do that? thank you for your help
0 个评论
采纳的回答
lokender Rawat
2018-5-14
编辑:lokender Rawat
2018-5-14
You can use the Editable state of the drop-down component using the following command:
dropDownObject.Editable='on';
更多回答(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!