how to make the edit box will change the popup menu and run specific process
1 view (last 30 days)
Show older comments
NUR SHOLIHAH RAMLEE
on 2 May 2018
Commented: NUR SHOLIHAH RAMLEE
on 14 May 2018
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 Comments
Accepted Answer
lokender Rawat
on 14 May 2018
Edited: lokender Rawat
on 14 May 2018
You can use the Editable state of the drop-down component using the following command:
dropDownObject.Editable='on';
More Answers (0)
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!