필터 지우기
필터 지우기

how to make the edit box will change the popup menu and run specific process

조회 수: 2 (최근 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

채택된 답변

lokender Rawat
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';
Read more on controlling drop-down list's appearance and behavior from the this link.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by